diff options
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 9e335909..9a7ce3bc 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -166,6 +166,19 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="showDownloadNotificationsBox"> + <property name="toolTip"> + <string>Show notifications when downloads complete or fail.</string> + </property> + <property name="whatsThis"> + <string>Show notifications when downloads complete or fail.</string> + </property> + <property name="text"> + <string>Show notifications for completed or failed downloads</string> + </property> + </widget> + </item> <item alignment="Qt::AlignmentFlag::AlignLeft"> <widget class="QPushButton" name="associateModlButton"> <property name="maximumSize"> @@ -191,10 +204,10 @@ <item> <widget class="QCheckBox" name="checkForUpdates"> <property name="toolTip"> - <string>Check for Mod Organizer updates on Github on startup.</string> + <string>Check for Mod Organizer updates on GitHub on startup.</string> </property> <property name="whatsThis"> - <string>Check for Mod Organizer updates on Github on startup.</string> + <string>Check for Mod Organizer updates on GitHub on startup.</string> </property> <property name="text"> <string>Check for updates</string> |
