mirror of
https://github.com/aclist/dztui.git
synced 2025-09-07 14:12:26 +02:00
fix: non blocking workshop open
This commit is contained in:
parent
0fdc132873
commit
ac3055ce39
2 changed files with 3 additions and 2 deletions
|
@ -1020,7 +1020,7 @@ open_workshop_page(){
|
|||
shift
|
||||
local id="$1"
|
||||
local workshop_uri="steam://url/CommunityFilePage/$id"
|
||||
$steam_cmd "$workshop_uri" $id
|
||||
$steam_cmd "$workshop_uri" $id &
|
||||
}
|
||||
open_link(){
|
||||
shift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue