Skip to content

Commit

Permalink
Update for Mauikit v3.0.2 and resolve Issue #134
Browse files Browse the repository at this point in the history
  • Loading branch information
probal31 committed Dec 23, 2023
1 parent de091d0 commit 9480848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-appimage-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
DEBIAN_FRONTEND: noninteractive

env:
BRANCH_MAUIMAN: v3.0.1
BRANCH_MAUIKIT: v3.0.1
BRANCH_MAUIKIT_FILEBROWSING: v3.0.1
BRANCH_MAUIMAN: v3.0.2
BRANCH_MAUIKIT: v3.0.2
BRANCH_MAUIKIT_FILEBROWSING: v3.0.2

steps:
- name: Install basic packages
Expand Down
2 changes: 2 additions & 0 deletions src/ui/views/apps/AppsView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Maui.Page
message: i18n("Are you sure you want to remove " + targetAppName + "?")
template.iconSource: "dialog-warning"

standardButtons: Dialog.Yes | Dialog.No

spacing: Maui.Style.space.medium

onRejected: appRemoveDialog.close()
Expand Down

0 comments on commit 9480848

Please sign in to comment.