Skip to content

Commit 5cc7ea3

Browse files
committed
v2.2.2
1 parent f4549a1 commit 5cc7ea3

File tree

61 files changed

+3041
-322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3041
-322
lines changed

.vs/quick-picture-viewer/v16/.suo

-11 KB
Binary file not shown.
12 KB
Binary file not shown.
32 KB
Binary file not shown.
3.83 MB
Binary file not shown.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</a>
2121
<div class="navbar">
2222
<a href="#donate">
23-
<div class="link">Donate</div>
23+
<div class="link">Donate</div>
2424
</a>
2525
<a href="https://github.com/ModuleArt">
2626
<div class="link">GitHub</div>
262 Bytes
Binary file not shown.

inno-setup/quick-picture-viewer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Quick Picture Viewer"
5-
#define MyAppVersion "2.2.1"
5+
#define MyAppVersion "2.2.2"
66
#define MyAppPublisher "Module Art"
77
#define MyAppURL "https://moduleart.github.io"
88
#define MyAppExeName "quick-picture-viewer.exe"

quick-picture-viewer/AboutForm.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quick-picture-viewer/AboutForm.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,12 @@ private void SetDarkMode(bool dark)
5151
{
5252
if (dark)
5353
{
54-
this.BackColor = ThemeManager.DarkBackColor;
55-
this.ForeColor = Color.White;
5654
descTextBox.BackColor = ThemeManager.DarkBackColor;
5755
descTextBox.ForeColor = Color.White;
5856
makeDefaultBtn.BackColor = ThemeManager.DarkSecondColor;
5957
}
6058

59+
DarkMode = dark;
6160
closeBtn.SetDarkMode(dark);
6261
}
6362

quick-picture-viewer/InfoForm.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)