mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
fixup segui stuff
This commit is contained in:
parent
a9617283fb
commit
c236c256fb
@ -92,12 +92,7 @@ loaderPrompt()
|
||||
}
|
||||
#endif
|
||||
bool have_segui;
|
||||
have_segui = false;
|
||||
if( ! seguicheck )
|
||||
{
|
||||
seguicheck = 1;
|
||||
have_segui = check_segui();
|
||||
}
|
||||
have_segui = check_segui();
|
||||
|
||||
GuiWindow promptWindow(520,360);
|
||||
promptWindow.SetAlignment(ALIGN_CENTRE, ALIGN_MIDDLE);
|
||||
|
Loading…
Reference in New Issue
Block a user