mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
Another warning axed
This commit is contained in:
@@ -155,7 +155,7 @@ PanelWindow {
|
||||
"loader": clipboardHistoryModalPopup,
|
||||
"prop": "visible"
|
||||
}]
|
||||
return loaders.some(item => item.loader?.item[item.prop])
|
||||
return loaders.some(item => item.loader?.item?.[item.prop])
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
||||
Reference in New Issue
Block a user