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,
|
"showAudio": false,
|
||||||
"showBattery": true,
|
"showBattery": true,
|
||||||
"showBluetooth": true,
|
"showBluetooth": true,
|
||||||
"showEthernet": true,
|
|
||||||
"showKbLayout": false,
|
"showKbLayout": false,
|
||||||
"showMicrophone": false,
|
"showMicrophone": false,
|
||||||
"showNetwork": true,
|
"showNetwork": true,
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,6 @@ JsonObject {
|
||||||
property bool showMicrophone: false
|
property bool showMicrophone: false
|
||||||
property bool showKbLayout: false
|
property bool showKbLayout: false
|
||||||
property bool showNetwork: true
|
property bool showNetwork: true
|
||||||
property bool showEthernet: true
|
|
||||||
property bool showBluetooth: true
|
property bool showBluetooth: true
|
||||||
property bool showBattery: true
|
property bool showBattery: true
|
||||||
property bool showLockStatus: true
|
property bool showLockStatus: true
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,7 @@ StyledRect {
|
||||||
// Ethernet icon
|
// Ethernet icon
|
||||||
WrappedLoader {
|
WrappedLoader {
|
||||||
name: "network"
|
name: "network"
|
||||||
active: Config.bar.status.showEthernet && Nmcli.activeEthernet
|
active: Config.bar.status.showNetwork && Nmcli.activeEthernet
|
||||||
|
|
||||||
sourceComponent: MaterialIcon {
|
sourceComponent: MaterialIcon {
|
||||||
animate: true
|
animate: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue