tray: removed ethernet config options (network covers it)

This commit is contained in:
ATMDA 2025-11-13 21:40:50 -05:00
parent 6eebd15c1e
commit 8d8afba79a
3 changed files with 1 additions and 3 deletions

View file

@ -372,7 +372,6 @@ default, you must create it manually.
"showAudio": false,
"showBattery": true,
"showBluetooth": true,
"showEthernet": true,
"showKbLayout": false,
"showMicrophone": false,
"showNetwork": true,

View file

@ -90,7 +90,6 @@ JsonObject {
property bool showMicrophone: false
property bool showKbLayout: false
property bool showNetwork: true
property bool showEthernet: true
property bool showBluetooth: true
property bool showBattery: true
property bool showLockStatus: true

View file

@ -155,7 +155,7 @@ StyledRect {
// Ethernet icon
WrappedLoader {
name: "network"
active: Config.bar.status.showEthernet && Nmcli.activeEthernet
active: Config.bar.status.showNetwork && Nmcli.activeEthernet
sourceComponent: MaterialIcon {
animate: true