mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
listModes: Port listModes command to ES module
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1499>
This commit is contained in:
parent
b6e97fe449
commit
12f6d7027b
3 changed files with 11 additions and 5 deletions
5
js/ui/listModes.js
Normal file
5
js/ui/listModes.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import './environment.js';
|
||||
|
||||
import {listModes} from './sessionMode.js';
|
||||
|
||||
listModes();
|
||||
Loading…
Add table
Add a link
Reference in a new issue