mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Expose Mark-of-the-Web setting in Options
This commit is contained in:
parent
794cce38f3
commit
6cfbc02d8f
9 changed files with 59 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue