Use the proper keyboard shortcut for deleting items on macOS

Closes #20187.
PR #22544.
This commit is contained in:
Chocobo1
2025-04-15 15:13:36 +08:00
committed by GitHub
parent 110e6d32b4
commit f0361f1bed
10 changed files with 95 additions and 7 deletions

View File

@@ -140,6 +140,7 @@ add_library(qbt_gui STATIC
uithememanager.h
uithemesource.h
utils.h
utils/keysequence.h
watchedfolderoptionsdialog.h
watchedfoldersmodel.h
windowstate.h
@@ -239,6 +240,7 @@ add_library(qbt_gui STATIC
uithememanager.cpp
uithemesource.cpp
utils.cpp
utils/keysequence.cpp
watchedfolderoptionsdialog.cpp
watchedfoldersmodel.cpp