mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
wrap {} with ()
This commit is contained in:
@@ -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));
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user