Skip to content
This repository was archived by the owner on Dec 24, 2018. It is now read-only.

Commit 2a0f5b8

Browse files
committed
minor bug fix
1 parent d027d77 commit 2a0f5b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gui/source/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3050,7 +3050,6 @@ int main(){
30503050
if (settings.ui.showbootscreen == 1) {
30513051
botscreenon();
30523052
bootSplash();
3053-
botscreenoff();
30543053
if (logEnabled) LogFM("Main.bootSplash", "Boot splash played.");
30553054
if (settings.ui.theme >= THEME_R4) {
30563055
} else if(aptMainLoop()) {
@@ -3070,6 +3069,8 @@ int main(){
30703069
pp2d_end_draw();
30713070
botscreenon();
30723071
}
3072+
} else {
3073+
botscreenoff();
30733074
}
30743075

30753076
loadboxartnum = settings.ui.pagenum*20;

0 commit comments

Comments
 (0)