Added Power menu and show only the workspaces allocated to monitor
This commit is contained in:
4
modules/menus/main.js
Normal file
4
modules/menus/main.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import PowerMenu from "./power/index.js";
|
||||
import Verification from "./power/verification.js";
|
||||
|
||||
export default [PowerMenu(), Verification()];
|
||||
Reference in New Issue
Block a user