mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
perf/basic: Toggle quick settings instead of old menu
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1349>
This commit is contained in:
parent
13ac25b0c5
commit
6fc538b7f7
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ async function run() {
|
|||
|
||||
console.debug('Navigate through top bar');
|
||||
Scripting.scriptEvent('topBarNavStart');
|
||||
Main.panel.statusArea.aggregateMenu.menu.open();
|
||||
Main.panel.statusArea.quickSettings.menu.open();
|
||||
await Scripting.sleep(400);
|
||||
|
||||
const { menuManager } = Main.panel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue