Add multiaccount write-as alias account setting
This commit is contained in:
@@ -16,10 +16,6 @@ ApplicationWindow {
|
||||
title: "Harmony QML"
|
||||
color: "black"
|
||||
|
||||
property bool debug: false
|
||||
property bool ready: false
|
||||
property bool isWide: width > theme.isWideAbove
|
||||
|
||||
Component.onCompleted: {
|
||||
Qt.application.organization = "harmonyqml"
|
||||
Qt.application.name = "harmonyqml"
|
||||
@@ -28,6 +24,14 @@ ApplicationWindow {
|
||||
window.ready = true
|
||||
}
|
||||
|
||||
property bool debug: false
|
||||
property bool ready: false
|
||||
property bool isWide: width > theme.isWideAbove
|
||||
|
||||
// Note: window.settingsChanged() must be called manually
|
||||
property var settings: ({})
|
||||
onSettingsChanged: py.saveSettings()
|
||||
|
||||
Theme { id: theme }
|
||||
|
||||
Python { id: py }
|
||||
|
||||
Reference in New Issue
Block a user