mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- Removed extremely old pop-up messages on startup that were appearing for new users.
This commit is contained in:
@ -145,7 +145,7 @@ function IceCore.prototype:CheckDisplayUpdateMessage()
|
|||||||
--@end-debug@
|
--@end-debug@
|
||||||
if self.accountSettings.lastRunVersion < thisVersion then
|
if self.accountSettings.lastRunVersion < thisVersion then
|
||||||
if self.accountSettings.lastRunVersion < 549 then
|
if self.accountSettings.lastRunVersion < 549 then
|
||||||
StaticPopup_Show("ICEHUD_CONVERTED_TO_ACE3")
|
--StaticPopup_Show("ICEHUD_CONVERTED_TO_ACE3")
|
||||||
end
|
end
|
||||||
if self.accountSettings.lastRunVersion < 707 and self.accountSettings.lastRunVersion > 0 then
|
if self.accountSettings.lastRunVersion < 707 and self.accountSettings.lastRunVersion > 0 then
|
||||||
-- update from the old default that may have been saved with the user's settings
|
-- update from the old default that may have been saved with the user's settings
|
||||||
@ -153,7 +153,7 @@ function IceCore.prototype:CheckDisplayUpdateMessage()
|
|||||||
self.settings.updatePeriod = 0.033
|
self.settings.updatePeriod = 0.033
|
||||||
end
|
end
|
||||||
|
|
||||||
StaticPopup_Show("ICEHUD_UPDATE_PERIOD_MATTERS")
|
--StaticPopup_Show("ICEHUD_UPDATE_PERIOD_MATTERS")
|
||||||
end
|
end
|
||||||
if self.accountSettings.lastRunVersion < 710 then
|
if self.accountSettings.lastRunVersion < 710 then
|
||||||
if self.settings.modules["MaelstromCount"] == nil then
|
if self.settings.modules["MaelstromCount"] == nil then
|
||||||
|
Reference in New Issue
Block a user