Skip to content

Commit

Permalink
Merge pull request #4 from MegaBitmap/testing-24-10-11
Browse files Browse the repository at this point in the history
bugifx for saving settings
  • Loading branch information
sync-on-luma authored Oct 12, 2024
2 parents aa527ff + 45431cd commit 231c9ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions XEBPLUS/APPS/neutrinoLauncher/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ ContextMenu_NewSettings = ContextMenu_NewSettings..ContextMenu_DisableFade
ContextMenu_NewSettings = ContextMenu_NewSettings..ContextMenu_DisableAnim
ContextMenu_NewSettings = ContextMenu_NewSettings..ContextMenu_ShowTitleId
ContextMenu_NewSettings = ContextMenu_NewSettings..ContextMenu_ShowMedia
if not System.doesDirectoryExist("mass:/XEBPLUS/CFG/neutrinoLauncher") then
System.createDirectory("mass:/XEBPLUS/CFG/neutrinoLauncher")
end
if ContextMenu_NewSettings == "" then
System.removeFile(System.currentDirectory().."CFG/neutrinoLauncher/menu.cfg")
else
Expand Down

0 comments on commit 231c9ab

Please sign in to comment.