forked from Shinonome/dots-hyprland
wrap {} with ()
This commit is contained in:
@@ -11,7 +11,7 @@ Singleton {
|
|||||||
id: root
|
id: root
|
||||||
property var windowList: []
|
property var windowList: []
|
||||||
property var addresses: []
|
property var addresses: []
|
||||||
property var windowByAddress: {}
|
property var windowByAddress: ({})
|
||||||
property var monitors: []
|
property var monitors: []
|
||||||
|
|
||||||
function updateWindowList() {
|
function updateWindowList() {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import QtQuick;
|
|||||||
Singleton {
|
Singleton {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
property var keyringData: {}
|
property var keyringData: ({})
|
||||||
// onKeyringDataChanged: {
|
// onKeyringDataChanged: {
|
||||||
// console.log("[KeyringStorage] Keyring data changed:", JSON.stringify(root.keyringData));
|
// console.log("[KeyringStorage] Keyring data changed:", JSON.stringify(root.keyringData));
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user