mirror of
https://github.com/aclist/dztui.git
synced 2025-01-01 15:12:05 +01:00
Reword forums
This commit is contained in:
parent
05af345a11
commit
a0757a1c88
2 changed files with 9 additions and 3 deletions
|
@ -5,6 +5,12 @@
|
||||||
- Custom query API
|
- Custom query API
|
||||||
- Standardize dialogs
|
- 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
|
## [2.8.0-rc.6] 2022-10-11
|
||||||
### Dropped
|
### Dropped
|
||||||
- Stop using BM for query ports
|
- Stop using BM for query ports
|
||||||
|
|
6
dzgui.sh
6
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version=2.8.0-rc.6
|
version=2.8.0-rc.7
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
@ -105,7 +105,7 @@ items=(
|
||||||
" List installed mods"
|
" List installed mods"
|
||||||
" Report bug (opens in browser)"
|
" Report bug (opens in browser)"
|
||||||
" Help file (opens in browser)"
|
" Help file (opens in browser)"
|
||||||
" Forum (opens in browser)"
|
" Become a beta tester (opens in browser)"
|
||||||
" View changelog"
|
" View changelog"
|
||||||
" Advanced options"
|
" Advanced options"
|
||||||
)
|
)
|
||||||
|
@ -982,7 +982,7 @@ toggle_automods(){
|
||||||
source $config_file
|
source $config_file
|
||||||
local big_prompt
|
local big_prompt
|
||||||
[[ $is_steam_deck -eq 1 ]] && big_prompt="--width=800"
|
[[ $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(){
|
options_menu(){
|
||||||
debug_list=(
|
debug_list=(
|
||||||
|
|
Loading…
Reference in a new issue