We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc09dad commit 9234b29Copy full SHA for 9234b29
gui/GeneralConfigPanel.lua
@@ -4,7 +4,7 @@ local _, addon = ...
4
local THIRD_WIDTH = 1.25
5
6
local maxCameraZoomFactor
7
-if addon.IsClassicEra() then
+if not addon.IsRetail() then
8
maxCameraZoomFactor = 3.4
9
else
10
maxCameraZoomFactor = 2.6
0 commit comments