Skip to content

Commit

Permalink
fixed custom window title detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Sep 1, 2024
1 parent fb7a241 commit 2389746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BigPictureTV/bigpicturetv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void BigPictureTV::createTrayIcon()
void BigPictureTV::checkWindowTitle()
{
if (target_window_mode == 1) {
if (custom_window_title != "") {
if (custom_window_title == "") {
return;
}
}
Expand Down

0 comments on commit 2389746

Please sign in to comment.