mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 14:30:39 -08:00
Fix: Installer - None selected profile
This commit is contained in:
parent
2842b274a8
commit
3843b68ca0
1 changed files with 6 additions and 1 deletions
|
|
@ -280,7 +280,12 @@ select_profile() {
|
|||
done
|
||||
|
||||
firefoxProfilePaths=("${targetPaths[@]}")
|
||||
lepton_ok_message "Multi selected profiles"
|
||||
foundCount="${#firefoxProfilePaths[@]}"
|
||||
if [ "${foundCount}" -eq 0 ]; then
|
||||
lepton_error_message "Please select profiles"
|
||||
else
|
||||
lepton_ok_message "Multi selected profiles"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue