mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
BRANCH_SELECTOR: added branch variable in the config
This commit is contained in:
parent
44154a55a6
commit
ec326284e4
|
@ -21,6 +21,7 @@ desktop_mode_warning=true
|
||||||
low_space_warning=true
|
low_space_warning=true
|
||||||
update_check=false
|
update_check=false
|
||||||
update_repo=RetroDECK
|
update_repo=RetroDECK
|
||||||
|
branch=
|
||||||
update_ignore=
|
update_ignore=
|
||||||
cloud_saves=false
|
cloud_saves=false
|
||||||
multi_user_mode=false
|
multi_user_mode=false
|
||||||
|
|
|
@ -595,7 +595,7 @@ branch_selector() {
|
||||||
--text="Are you sure you want to move to \"$selected_branch\" branch?"
|
--text="Are you sure you want to move to \"$selected_branch\" branch?"
|
||||||
# Output selected branch
|
# Output selected branch
|
||||||
echo "Selected branch: $selected_branch" # TODO: logging - Outputting selected branch
|
echo "Selected branch: $selected_branch" # TODO: logging - Outputting selected branch
|
||||||
# TODO: write the branch into the config file
|
set_setting_value "$rd_conf" "branch" "$selected_branch" "retrodeck" "options"
|
||||||
# TODO: check what is the last release for $selected_branch
|
# TODO: check what is the last release for $selected_branch
|
||||||
# TODO: form a proper url: $flatpak_file_url
|
# TODO: form a proper url: $flatpak_file_url
|
||||||
configurator_generic_dialog "RetroDECK Online Update" "The update process may take several minutes.\n\nAfter the update is complete, RetroDECK will close. When you run it again you will be using the latest version."
|
configurator_generic_dialog "RetroDECK Online Update" "The update process may take several minutes.\n\nAfter the update is complete, RetroDECK will close. When you run it again you will be using the latest version."
|
||||||
|
|
Loading…
Reference in a new issue