wrap {} with ()

This commit is contained in:
end-4
2025-05-09 01:07:47 +02:00
parent c3323da840
commit c13acd0152
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Singleton {
id: root
property var windowList: []
property var addresses: []
property var windowByAddress: {}
property var windowByAddress: ({})
property var monitors: []
function updateWindowList() {
@@ -10,7 +10,7 @@ import QtQuick;
Singleton {
id: root
property var keyringData: {}
property var keyringData: ({})
// onKeyringDataChanged: {
// console.log("[KeyringStorage] Keyring data changed:", JSON.stringify(root.keyringData));
// }