Skip to content

Commit

Permalink
fix: wrong property name
Browse files Browse the repository at this point in the history
correct the typo

log: as title
  • Loading branch information
tsic404 committed Jan 11, 2024
1 parent acdf10a commit 0f9fb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/AppItemMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Loader {
Connections {
target: LauncherController
onVisibleChanged: {
if (!LauncherController.launcherVisible) {
if (!LauncherController.visible) {
item.close()
}
}
Expand Down

0 comments on commit 0f9fb4d

Please sign in to comment.