Skip to content

Commit

Permalink
"close on focus loss" didn't read configuration value properly
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 6, 2024
1 parent 5e4860f commit 38d90d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Build'

env:
VERSION: 4.1.1
VERSION: 4.1.2
BUILD_TYPE: Release
ARCH: x64
VCPKG_CONFIG: Release
Expand Down
1 change: 1 addition & 0 deletions bt/app/ui/picker_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace bt::ui {
app->load_icon_font = false;
app->win32_can_resize = false;
app->win32_center_on_screen = true;
app->win32_close_on_focus_lost = g_config.picker_close_on_focus_loss;

// process URL with pipeline
{
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.2

"Close on focus loss" option was not working properly. Thanks to @rp1231.

## 4.1.1

### Improvements
Expand Down

0 comments on commit 38d90d2

Please sign in to comment.