Skip to content

Commit fd2c25e

Browse files
committed
Tweak dialogs, ignore old versions
1 parent a171e52 commit fd2c25e

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.bak
22
/.vs
3+
/*.mrc.v*

dlFilter.mrc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ This script filters out the crud, leaving only the useful messages displayed in
1515
1616
Version 2 is a significant upgrade from the previous major release 1.16 with significant new functionality, which we hope will encourage strong take-up.
1717
18-
Version 2.08 fixes the updater and makes the Options dialog work on high resolution e.g. 4K screens with Windows 10 Display Scaling > 100%.
18+
Version 2.15 fixes the updater and makes the Options dialog work on high resolution e.g. 4K screens with Windows 10 Display Scaling > 100%.
19+
20+
Due to his unexpected death in 2024, dlFilter is now dedicated to the original author, DukeLupus.
1921
2022
Feedback on this new version is appreciated. dlFilter is now also an Open Source project, hosted on Github, and we welcome contributions of bug fixes and further improvement from the community.
2123
@@ -4179,13 +4181,13 @@ dialog -l DLF.Options.GUI {
41794181
combo 120, 6 57 219 8, tab 1 drop edit
41804182
button "Add", 130, 6 73 107 14, tab 1 flat disable
41814183
button "Remove", 135, 119 73 107 14, tab 1 flat disable
4182-
list 140, 7 89 218 109, tab 1 vsbar size sort extsel
4183-
box " Update ", 150, 6 198 219 48, tab 1
4184-
check "Check for updates", 160, 12 208 102 8, tab 1
4185-
check "Check for &beta versions", 165, 119 208 102 8, tab 1
4186-
button "dlFilter website", 170, 11 220 102 14, tab 1 flat
4187-
button "Update dlFilter", 180, 118 220 102 14, tab 1 flat disable
4188-
text "Checking for dlFilter updates...", 190, 10 236 206 18, tab 1 center
4184+
list 140, 7 89 218 99, tab 1 vsbar size sort extsel
4185+
box " Update ", 150, 6 188 219 60, tab 1
4186+
check "Check for updates", 160, 12 198 102 8, tab 1
4187+
check "Check for &beta versions", 165, 119 198 102 8, tab 1
4188+
button "dlFilter website", 170, 11 210 102 14, tab 1 flat
4189+
button "Update dlFilter", 180, 118 210 102 14, tab 1 flat disable
4190+
text "Checking for dlFilter updates...", 190, 10 226 206 17, tab 1 center
41894191

41904192
; tab Filters
41914193
box " Channel messages ", 305, 6 29 219 123, tab 3

0 commit comments

Comments
 (0)