mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:44:23 +00:00
Restart after deleting a runner
This commit is contained in:
parent
26030a6c82
commit
4a0b053a68
@ -681,6 +681,9 @@ delete_runner() {
|
||||
rm -r "${installed_runners[$remove_option]}"
|
||||
echo -e "\nDeleted ${installed_runners[$remove_option]}\n"
|
||||
fi
|
||||
|
||||
# Restart Lutris
|
||||
lutris_restart
|
||||
}
|
||||
|
||||
choose_runner_to_delete() {
|
||||
|
Loading…
Reference in New Issue
Block a user