Skip to content

Commit 7e0df0c

Browse files
committed
Fix variable name mismatch
1 parent adef8ec commit 7e0df0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Modules/Main.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,10 +1172,10 @@ function main:OpenOptionsPopup(savedState)
11721172
updateColorCode("NEGATIVE", self.colorNegative)
11731173
self.colorHighlight = savedState.colorHighlight
11741174
updateColorCode("HIGHLIGHT", self.colorHighlight)
1175-
self.showThousandsSeparators = savedState.chousandsSeparatorDisplay
1175+
self.showThousandsSeparators = savedState.showThousandsSeparators
11761176
self.thousandsSeparator = savedState.thousandsSeparator
11771177
self.decimalSeparator = savedState.decimalSeparator
1178-
self.showTitlebarName = savedState.titlebarName
1178+
self.showTitlebarName = savedState.showTitlebarName
11791179
self.betaTest = savedState.betaTest
11801180
self.edgeSearchHighlight = savedState.edgeSearchHighlight
11811181
self.defaultGemQuality = savedState.defaultGemQuality

0 commit comments

Comments
 (0)