mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Wrap {} w\ () make a obj
This commit is contained in:
@@ -70,7 +70,7 @@ Singleton {
|
||||
return model;
|
||||
}
|
||||
|
||||
property var _hasNotified: {}
|
||||
property var _hasNotified: ({})
|
||||
|
||||
function findDevice(nativePath) {
|
||||
if (!nativePath || nativePath === "__default__" || nativePath === "DisplayDevice") {
|
||||
|
||||
Reference in New Issue
Block a user