1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 05:12:36 +01:00

Reword forums

This commit is contained in:
aclist 2022-10-11 21:04:38 +09:00
parent 05af345a11
commit a0757a1c88
2 changed files with 9 additions and 3 deletions

View file

@ -5,6 +5,12 @@
- Custom query API
- Standardize dialogs
## [2.8.0-rc.7] 2022-10-11
### Changed
- Reword menu option
### Fixed
- Redirect stderr on popup
## [2.8.0-rc.6] 2022-10-11
### Dropped
- Stop using BM for query ports

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -o pipefail
version=2.8.0-rc.6
version=2.8.0-rc.7
aid=221100
game="dayz"
@ -105,7 +105,7 @@ items=(
" List installed mods"
" Report bug (opens in browser)"
" Help file (opens in browser)"
" Forum (opens in browser)"
" Become a beta tester (opens in browser)"
" View changelog"
" Advanced options"
)
@ -982,7 +982,7 @@ toggle_automods(){
source $config_file
local big_prompt
[[ $is_steam_deck -eq 1 ]] && big_prompt="--width=800"
[[ $auto_install == "1" ]] && zenity --info --text="$(automods_prompt)" $big_prompt
[[ $auto_install == "1" ]] && zenity --info --text="$(automods_prompt)" $big_prompt 2>/dev/null
}
options_menu(){
debug_list=(