Skip to content

Commit

Permalink
fix: disable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phlpsong committed Jan 20, 2024
1 parent d49ee5f commit 86d8858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/NewApp/View/SettingView/Tabs/DisabledAppTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private struct ListToolbar: View {
ListButton(systemName: "minus") {
disabledAppViewModel.removeDisabledApp()
}
.disabled(!disabledAppViewModel.selectedAppModels.isEmpty)
.disabled(disabledAppViewModel.selectedAppModels.isEmpty)
Spacer()
}
.padding(2)
Expand Down

0 comments on commit 86d8858

Please sign in to comment.