Add configurable shortcuts for drawing tools

This commit is contained in:
Yuriy Puchkov
2020-09-08 19:04:40 +03:00
parent 2834084876
commit d061290fb1
40 changed files with 4730 additions and 1154 deletions

View File

@@ -46,6 +46,9 @@
Controller::Controller() : m_captureWindow(nullptr) {
qApp->setQuitOnLastWindowClosed(false);
// set default shortcusts if not set yet
ConfigHandler().setShortcutsDefault();
// init tray icon
#if defined(Q_OS_LINUX) || defined(Q_OS_UNIX)
if (!ConfigHandler().disabledTrayIconValue()) {