mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Expose Mark-of-the-Web setting in Options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user