mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2026-02-08 00:32:27 +00:00
First implementation of tabs.
This commit is contained in:
@@ -33,6 +33,15 @@ Menu {
|
||||
}
|
||||
|
||||
MenuSeparator {}
|
||||
Menu {
|
||||
title: qsTr("Tabs")
|
||||
MenuItem {
|
||||
action: newTabAction
|
||||
}
|
||||
MenuItem {
|
||||
action: closeTabAction
|
||||
}
|
||||
}
|
||||
|
||||
Menu {
|
||||
title: qsTr("File")
|
||||
|
||||
Reference in New Issue
Block a user