Pegasus fix

This commit is contained in:
Dragoon Dorise 2024-03-07 19:05:43 +01:00
parent 283b7e6f95
commit 5028a89803

View file

@ -44,6 +44,10 @@ appImageInit() {
--text="${text}" 2>/dev/null
fi
if [ -d "$HOME/.config/pegasus-frontend/config" ]; then
rsync -avz $HOME/.config/pegasus-frontend/config/ $HOME/.config/pegasus-frontend/
fi
#Xenia temp fix
if [ "$(Xenia_IsInstalled)" == "true" ]; then
setSetting doInstallXenia "true"