mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-02-16 05:22:43 +00:00
feat: improve ags
This commit is contained in:
@@ -56,16 +56,17 @@ export default () =>
|
||||
children: [
|
||||
Row([Volume()], [SinkSelector(), AppMixer()]),
|
||||
Microhone(),
|
||||
Brightness(),
|
||||
/*Brightness()*/
|
||||
,
|
||||
],
|
||||
}),
|
||||
Row(
|
||||
[Homogeneous([NetworkToggle(), BluetoothToggle()]), DND()],
|
||||
[WifiSelection(), BluetoothDevices()],
|
||||
[Homogeneous([/*NetworkToggle(),*/ BluetoothToggle()]), DND()],
|
||||
[/*WifiSelection()*/ BluetoothDevices()],
|
||||
),
|
||||
Row(
|
||||
[Homogeneous([ProfileToggle(), ThemeToggle()]), MicMute()],
|
||||
[ProfileSelector(), ThemeSelector()],
|
||||
[Homogeneous([/*ProfileToggle(),*/ ThemeToggle()]), MicMute()],
|
||||
[/*ProfileSelector(),*/ ThemeSelector()],
|
||||
),
|
||||
Media(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user