update default theme (3 columns)
This commit is contained in:
@ -3385,6 +3385,7 @@ gui_vkBasalt () {
|
||||
exit 0
|
||||
}
|
||||
|
||||
# GUI MANGOHUD
|
||||
gui_MangoHud () {
|
||||
KEY_MH_GUI=$RANDOM
|
||||
LIST_MH=(
|
||||
@ -3593,6 +3594,7 @@ gui_MangoHud () {
|
||||
exit 0
|
||||
}
|
||||
|
||||
# GUI DGVOODOO2
|
||||
gui_dgVoodoo2 () {
|
||||
KEY_DGV2_GUI=$RANDOM
|
||||
PW_LIST_DGV2="PW_DGV2_DISABLE_D3D PW_DGV2_16BIT_MODE PW_DGV2_USE_DX12 PW_DGV2_FASTMEMORY PW_DGV2_VRAM_INCREASE
|
||||
@ -3661,6 +3663,7 @@ gui_dgVoodoo2 () {
|
||||
exit 0
|
||||
}
|
||||
|
||||
# GUI CREATE SHORTCUT
|
||||
portwine_create_shortcut () {
|
||||
pw_stop_progress_bar
|
||||
[[ ! -e ${portwine_exe} ]] && return 1
|
||||
|
Reference in New Issue
Block a user