diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-15 23:38:56 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-15 23:38:56 -0500 |
| commit | cfec9dde968cb89f8fe5293958b82181348111ea (patch) | |
| tree | ab10c28f94e90b00ca6a2484578640017584e4b5 /main.qml | |
| parent | 4370733b2b352f3dd8af7749a19754c7dc31f702 (diff) | |
| parent | 96c99b250ed4557c1f396941614fb755a3487cb1 (diff) | |
| download | monzero-gui-cfec9dde968cb89f8fe5293958b82181348111ea.tar.gz monzero-gui-cfec9dde968cb89f8fe5293958b82181348111ea.tar.xz monzero-gui-cfec9dde968cb89f8fe5293958b82181348111ea.zip | |
Merge pull request #2257
96c99b2 Replace Qt.labs.settings with MoneroSettings to allow for more customization (xmrdsc)
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,11 +31,11 @@ import QtQuick.Window 2.0 import QtQuick.Controls 1.1 import QtQuick.Controls.Styles 1.1 import QtQuick.Dialogs 1.2 -import Qt.labs.settings 1.0 import moneroComponents.Wallet 1.0 import moneroComponents.PendingTransaction 1.0 import moneroComponents.NetworkType 1.0 +import moneroComponents.Settings 1.0 import "components" import "components" as MoneroComponents @@ -1347,7 +1347,7 @@ ApplicationWindow { } } - Settings { + MoneroSettings { id: persistentSettings property string language property string locale |
