listModes: Port listModes command to ES module
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1499>
This commit is contained in:

committed by
Florian Müllner

parent
b6e97fe449
commit
12f6d7027b
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();
|
Reference in New Issue
Block a user