tray: removed ethernet config options (network covers it)
This commit is contained in:
parent
6eebd15c1e
commit
8d8afba79a
3 changed files with 1 additions and 3 deletions
|
|
@ -372,7 +372,6 @@ default, you must create it manually.
|
|||
"showAudio": false,
|
||||
"showBattery": true,
|
||||
"showBluetooth": true,
|
||||
"showEthernet": true,
|
||||
"showKbLayout": false,
|
||||
"showMicrophone": false,
|
||||
"showNetwork": true,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue