1
0

revert: remove user custom shortcut

This commit is contained in:
2026-07-04 14:59:02 +08:00
parent 82f1f10cca
commit 4fe09757b3
7 changed files with 0 additions and 266 deletions

View File

@@ -112,7 +112,6 @@ MainWindow::MainWindow(QWidget *parent)
QTimer::singleShot(0, this, [this](){
m_am->setupShortcuts();
Settings::instance()->applyUserShortcuts(this);
});
}