mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-31 04:31:17 -08:00
Fix: Installer - Selection list
This commit is contained in:
parent
ac5860e5cb
commit
4c6b4ea5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ updateMode=""
|
|||
leptonBranch="master"
|
||||
select_distribution() {
|
||||
local selectedDistribution=""
|
||||
select distribution in "Original(default)" "Photon-Style" "Proton Style"; do
|
||||
select distribution in "Original(default)" "Photon-Style" "Proton-Style" "Update"; do
|
||||
selectedDistribution="${distribution}"
|
||||
case "${distribution}" in
|
||||
"Original") leptonBranch="master"; break;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue