Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit e1880a1

Browse files
committed
- Changed default choices selected in Theme Control map size lower bound and upper bound (were using old keywords - and reversed)
1 parent 501b2bf commit e1880a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/theme_control.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ OB_MODULES["level_control"] =
159159
priority = 3
160160
tooltip = "Fine tune upper limit for Level Size Episodic, Progressive and Mixed options."
161161
choices = THEME_CONTROL.SIZE_CHOICES
162-
default = "micro"
162+
default = "trans"
163163
}
164164
level_lower_bound =
165165
{
@@ -168,7 +168,7 @@ OB_MODULES["level_control"] =
168168
priority = 2
169169
tooltip = "Fine tune lower limit for Level Size Episodic, Progressive and Mixed options."
170170
choices = THEME_CONTROL.SIZE_CHOICES
171-
default = "extremest"
171+
default = "micro"
172172
gap = 1
173173
}
174174

0 commit comments

Comments
 (0)