@setoelkahfi / svara / commits / d898b43

show

Seto Elkahfi committed Apr 7, 2025 at 22:23 UTC d898b43a8a24c26bf663ebcd5fd676e5f34544b0
1 file changed -6
src/lib/Header.svelte
-6
@@ -42,12 +42,6 @@
42 {name: "Stop File", disabled: true, shortcut: commands.stopFile.keybind, action: commands.stopFile.command},
43 {name: "Open Configurations", disabled: true, shortcut: "", action: () => {console.warn("Feature not implemented yet.")}},
44 ]},
45 - {menuname: "Window", children: [
46 - {name: "New Window", disabled: true, shortcut: commands.openNewWindow.keybind, action: commands.openNewWindow.command},
47 - {name: "Minimize Window", shortcut: commands.minimizeWindow.keybind, action: commands.minimizeWindow.command},
48 - {name: "Maximize Window", shortcut: commands.maximizeWindow.keybind, action: commands.maximizeWindow.command},
49 - {name: "Close Window", shortcut: commands.closeWindow.keybind, action: commands.closeWindow.command},
50 - ]},
45 {menuname: "Help", children: [
46 {name: "Welcome", shortcut: "", action: () => {addTab("Welcome", "Welcome", new Welcome({target: document.getElementById("tabview")}))}},
47 {name: "Send Feedback", disabled: true, shortcut: "", action: () => {console.warn("Feature not implemented yet.")}},