Skip to content

Commit

Permalink
Fix loading bar cover
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Jan 10, 2024
1 parent 2891b69 commit fd68c67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.78.2.4

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
* Update [GE-Proton](https://github.com/VHSgunzo/ge-proton-lw/releases/tag/v8.27) `v8.27`
* Fix loading bar cover

# v0.78.2.3

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
Expand Down
3 changes: 2 additions & 1 deletion lux-wine
Original file line number Diff line number Diff line change
Expand Up @@ -5923,7 +5923,8 @@ loadbar_cover() {
if is_loadbar && \
is_exe_exist wmctrl
then
(CUR_WIND_NUM="$(windows_num)"
(sleep 0.1
CUR_WIND_NUM="$(windows_num)"
while is_loadbar && \
[ "$CUR_WIND_NUM" == "$(windows_num)" ]
do sleep 0.1
Expand Down

0 comments on commit fd68c67

Please sign in to comment.