1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-09 22:03:00 +02:00

Fix redundant download process

This commit is contained in:
aclist 2022-10-04 00:15:09 +09:00
parent e6c489b1a6
commit bc2610e0d7
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@
- Group main menu categories
### Fixed
- Encapsulate window strings to prevent arguments leaking into title
- Remove extraneous download process that was slowing down startup
## [2.7.0-rc.23] 2022-10-03
### Fixed

View file

@ -1301,7 +1301,7 @@ check_version(){
[[ -f $config_file ]] && source $config_file
[[ -z $branch ]] && branch="stable"
check_branch
[[ ! -d "$HOME/dzgui" ]] && freedesktop_dirs
[[ ! -d "$freedesktop_path" ]] && freedesktop_dirs
if [[ $version == $upstream ]]; then
check_unmerged
else