Skip to content

Commit 751aa32

Browse files
Fixed bug where window wouldnt hide on minimize
1 parent dd31f8b commit 751aa32

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CaptureLoop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void CaptureLoop::run() {
7676
else {
7777
//If hide is enabled and the window is minimize hide it and show tray icon instead.
7878
if (_pConfig->hide() && OS::isWindowMinimized()) {
79-
Visibility::show(true);
79+
Visibility::hide();
8080
}
8181
}
8282

Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "TrayIcon.h"
2121
#include "Str.h"
2222

23-
#define VERSION "0.19.0b"
23+
#define VERSION "0.19.1b"
2424

2525
#ifdef DEBUG
2626
#include "MemoryManager.h"

release/WinDSP.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)