Skip to content

Commit

Permalink
Fixed bug where window wouldnt hide on minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Mar 14, 2019
1 parent dd31f8b commit 751aa32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CaptureLoop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down
2 changes: 1 addition & 1 deletion Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file modified release/WinDSP.exe
Binary file not shown.

0 comments on commit 751aa32

Please # to comment.