sidebar: remove settings button

since gnome-control-center is really broken outside gnome
This commit is contained in:
end-4
2024-08-15 20:32:39 +07:00
parent f8bee78014
commit 1abe019718
2 changed files with 1 additions and 16 deletions
+1 -3
View File
@@ -9,7 +9,6 @@ import {
ModuleNightLight,
ModuleInvertColors,
ModuleIdleInhibitor,
ModuleEditIcon,
ModuleReloadIcon,
ModuleSettingsIcon,
ModulePowerIcon,
@@ -109,9 +108,8 @@ const timeRow = Box({
},
}),
Widget.Box({ hexpand: true }),
// ModuleEditIcon({ hpack: 'end' }), // TODO: Make this work
ModuleReloadIcon({ hpack: 'end' }),
ModuleSettingsIcon({ hpack: 'end' }),
// ModuleSettingsIcon({ hpack: 'end' }), // Button does work, gnome-control-center is kinda broken
ModulePowerIcon({ hpack: 'end' }),
]
});