|
3 | 3 | ;========================================================== |
4 | 4 | ; Constant Variables |
5 | 5 | ;========================================================== |
6 | | -ApplicationVersionNumber := "v1.1.0" |
| 6 | +ApplicationVersionNumber := "v1.1.1" |
7 | 7 | AppResourcesDirectoryPath := A_ScriptDir . "\NotifyWhenMicrosoftOutlookReminderWindowIsOpenResources" |
8 | 8 | AppTrayIconFilePath := AppResourcesDirectoryPath . "\AppIcon.ico" ; Define where to unpack the mouse cursor image file to. |
9 | 9 | MouseCursorImageFilePath := AppResourcesDirectoryPath . "\MouseCursor.ani" ; Define where to unpack the mouse cursor image file to. |
@@ -31,8 +31,8 @@ Settings.MillisecondsToShowTransparentWindowAlertFor := { Value: 3000, Category: |
31 | 31 | Settings.SecondsBeforeAlertsAreReTriggeredWhenOutlookRemindersWindowIsStillOpen := { Value: 30, Category: "General" } |
32 | 32 | Settings.EnsureOutlookRemindersWindowIsRestored := { Value: true, Category: "Outlook Reminders Window" } |
33 | 33 | Settings.EnsureOutlookRemindersWindowIsAlwaysOnTop := { Value: true, Category: "Outlook Reminders Window" } |
34 | | -Settings.OutlookRemindersWindowTitleTextToMatch := { Value: "Reminder(s)", Category: "Advanced" } |
35 | | -Settings.OutlookProcessName := { Value: "Outlook.exe", Category: "Advanced" } |
| 34 | +Settings.OutlookRemindersWindowTitleTextToMatch := { Value: "Reminder(s)", Category: "Window Detection" } |
| 35 | +Settings.OutlookProcessName := { Value: "Outlook.exe", Category: "Window Detection" } |
36 | 36 | Settings := LoadSettingsFromFileIfExistsOrCreateFile(SettingsFilePath, Settings) |
37 | 37 |
|
38 | 38 | ;========================================================== |
@@ -424,7 +424,7 @@ ShowSettingsWindow(settingsFilePathParameter, settingsParameter, applicationVers |
424 | 424 | Gui, Add, Edit, x+5 |
425 | 425 | Gui, Add, UpDown, yp+25 x20 vmillisecondsToShowTransparentWindowAlertFor Range1-60000 Disabled%transparentWindowAlertsAreDisabled%, %millisecondsToShowTransparentWindowAlertFor% |
426 | 426 |
|
427 | | - Gui, Add ,GroupBox, x10 w525 r3, Advanced: |
| 427 | + Gui, Add ,GroupBox, x10 w525 r3, Window Detection Settings: |
428 | 428 | Gui, Add, Text, yp+25 x20, Window title text to match against (default is "Reminder(s)"): |
429 | 429 | Gui, Add, Edit, x+5 r1 w200 voutlookRemindersWindowTitleTextToMatch, %outlookRemindersWindowTitleTextToMatch% |
430 | 430 |
|
|
0 commit comments