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

Fix menu behaviour on Linux.

This commit is contained in:
Filippo Scognamiglio
2026-01-22 00:35:30 +01:00
parent 2e4536ecdf
commit 29dc67d96b
5 changed files with 4 additions and 26 deletions

View File

@@ -46,11 +46,6 @@ QtObject {
property ListModel windowsModel: ListModel { }
property Loader globalMenuLoader: Loader {
active: appSettings.isMacOS
sourceComponent: OSXMenu { }
}
function createWindow() {
var window = windowComponent.createObject(null)
if (!window)