Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adb7ce commit bf7de3bCopy full SHA for bf7de3b
1 file changed
QuickLook/ViewerWindow.xaml.cs
@@ -64,6 +64,8 @@ internal ViewerWindow()
64
Topmost = SettingHelper.Get("Topmost", false);
65
buttonTop.Tag = Topmost ? "Top" : "Auto";
66
67
+ ShowInTaskbar = SettingHelper.Get("ShowInTaskbar", false);
68
+
69
buttonTop.Click += (_, _) =>
70
{
71
Topmost = !Topmost;
0 commit comments