3 次程式碼提交

作者 SHA1 備註 日期
Florian Brinker
35abf9337b Fix typo
已通過所有檢查
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-06-07 20:03:56 +02:00
c7d11b3e44 Merge pull request '#2: Add accountwide settings' (#6) from 2-account-wide-settings into master
已通過所有檢查
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: #6
2020-06-07 12:58:15 +00:00
Florian Brinker
af3a473fe2 #2: Add accountwide settings
已通過所有檢查
continuous-integration/drone/push Build is passing
2020-06-07 14:54:32 +02:00
共有 2 個檔案被更改,包括 3 行新增3 行删除

查看文件

@@ -35,8 +35,8 @@ LANG_STORE.EN.SettingsOption.AddOnEnabled = "AddOn enabled"
LANG_STORE.EN.SettingsOption.AddOnEnabledTooltip = "Enable or disable this AddOn"
LANG_STORE.EN.SettingsOption.AddOnEnabledWarning = "Only the output messages can be disabled here"
LANG_STORE.EN.SettingsOption.AccountWideEnabled = "Use acctountwide Settings"
LANG_STORE.EN.SettingsOption.AccountWideEnabledTooltip = "Use and save the settings for all of your characters"
LANG_STORE.EN.SettingsOption.AccountWideEnabled = "Use account-wide Settings"
LANG_STORE.EN.SettingsOption.AccountWideEnabledTooltip = "Use and edit the same settings for all characters"
LANG_STORE.EN.SettingsOption.ShowEveryUpdate = "Show every update"
LANG_STORE.EN.SettingsOption.ShowEveryUpdateTooltip = "Shows a message on every status update of an achievement. Otherwise the messages appear only in steps of x%"

查看文件

@@ -52,7 +52,7 @@ function AchievementInfo.loadSavedVars()
if AchievementInfo.useAccountWideSettings["enabled"] == true then
return ZO_SavedVars:NewAccountWide("ACHIEVEMENT_INFO_DB", 1, nil, defaults)
end
return ZO_SavedVars:New("ACHIEVEMENT_INFO_DB", 1, nil, defaults)
end