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

Some improvements to default themes and small cleanups.

This commit is contained in:
Filippo Scognamiglio
2026-01-17 13:51:17 +01:00
parent 737d289a19
commit e1fc767431
26 changed files with 47 additions and 48 deletions

View File

@@ -50,12 +50,6 @@ ApplicationWindow {
sourceComponent: WindowMenu { }
}
Loader {
id: globalMenuLoader
active: appSettings.isMacOS
sourceComponent: OSXMenu { }
}
property real normalizedWindowScale: 1024 / ((0.5 * width + 0.5 * height))
color: "#00000000"