We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812f5f3 commit 16d6956Copy full SHA for 16d6956
1 file changed
src/Export/Main.lua
@@ -561,7 +561,7 @@ function main:LoadSettings()
561
if self.datSources and not next(self.datSources) and self.datSource then
562
t_insert(self.datSources, self.datSource)
563
end
564
- if not self.datSoruce and self.datSources then
+ if not self.datSource and self.datSources then
565
self.datSource = self.datSources[1]
566
567
0 commit comments