mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2026-02-08 00:32:27 +00:00
Get rid of unused wintitle feature.
This commit is contained in:
@@ -48,8 +48,6 @@ QtObject {
|
||||
property bool fullscreen: false
|
||||
property bool showMenubar: false
|
||||
|
||||
property string wintitle: "cool-retro-term"
|
||||
|
||||
property bool showTerminalSize: true
|
||||
property real windowScaling: 1.0
|
||||
|
||||
@@ -890,10 +888,6 @@ QtObject {
|
||||
showMenubar = false
|
||||
}
|
||||
|
||||
if (args.indexOf("-T") !== -1) {
|
||||
wintitle = args[args.indexOf("-T") + 1]
|
||||
}
|
||||
|
||||
initializedSettings()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user