diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 667b1b4c..2b8186f3 100644 --- a/src/settings.h +++ b/src/settings.h @@ -110,6 +110,11 @@ public: bool forceEnableCoreFiles() const; /** + * @return true if the GUI should be locked when running executables + */ + bool lockGUI() const; + + /** * @brief register download speed * @param url complete download url * @param bytesPerSecond download size in bytes per second @@ -496,6 +501,7 @@ private: QCheckBox *m_hideUncheckedBox; QCheckBox *m_forceEnableBox; QCheckBox *m_displayForeignBox; + QCheckBox *m_lockGUIBox; }; private slots: |
