1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2026-02-08 00:32:27 +00:00

Use single instance application to handle multiple windows.

This commit is contained in:
Filippo Scognamiglio
2026-01-04 23:27:43 +01:00
parent 267b39bc9d
commit f58710c76f
12 changed files with 52 additions and 32 deletions

View File

@@ -29,6 +29,10 @@ MenuBar {
MenuItem {
action: newWindowAction
}
MenuItem {
action: newTabAction
}
MenuSeparator {}
MenuItem {
action: quitAction
}