diff --git a/CaptureLoop.cpp b/CaptureLoop.cpp index c10b757..0eaf949 100644 --- a/CaptureLoop.cpp +++ b/CaptureLoop.cpp @@ -76,7 +76,7 @@ void CaptureLoop::run() { else { //If hide is enabled and the window is minimize hide it and show tray icon instead. if (_pConfig->hide() && OS::isWindowMinimized()) { - Visibility::show(true); + Visibility::hide(); } } diff --git a/Main.cpp b/Main.cpp index 508e282..5c07e64 100644 --- a/Main.cpp +++ b/Main.cpp @@ -20,7 +20,7 @@ #include "TrayIcon.h" #include "Str.h" -#define VERSION "0.19.0b" +#define VERSION "0.19.1b" #ifdef DEBUG #include "MemoryManager.h" diff --git a/release/WinDSP.exe b/release/WinDSP.exe index 2c876ee..becda72 100644 Binary files a/release/WinDSP.exe and b/release/WinDSP.exe differ