Expose Mark-of-the-Web setting in Options

This commit is contained in:
Chocobo1 2023-10-29 22:54:05 +08:00
commit 6cfbc02d8f
9 changed files with 59 additions and 5 deletions

View file

@ -101,7 +101,7 @@ private:
#endif
// OS dependent settings
#if defined(Q_OS_WIN)
#ifdef Q_OS_WIN
QComboBox m_comboBoxOSMemoryPriority;
#endif
@ -109,6 +109,10 @@ private:
QCheckBox m_checkBoxIconsInMenusEnabled;
#endif
#if defined(Q_OS_MACOS) || defined(Q_OS_WIN)
QCheckBox m_checkBoxMarkOfTheWeb;
#endif // Q_OS_MACOS || Q_OS_WIN
#ifdef QBT_USES_DBUS
QSpinBox m_spinBoxNotificationTimeout;
#endif