Skip to content

Commit

Permalink
config: remove obsolete entry after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Feb 4, 2025
1 parent e5d5a47 commit 50039e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ function pfUI:MigrateConfig()
-- migrate pagemaster to separate settings
if checkversion(5, 4, 15) then
if pfUI_config.bars.pagemaster == "1" then
pfUI_config.bars.pagemaster = nil
pfUI_config.bars.pagemasteralt = "1"
pfUI_config.bars.pagemastershift = "1"
pfUI_config.bars.pagemasterctrl = "1"
Expand Down

0 comments on commit 50039e4

Please sign in to comment.