mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 16:39:48 +02:00
disable "intro" dialog on the startup in unit tests
This commit is contained in:
@@ -50,6 +50,7 @@ int main( int argc, char** argv) \
|
|||||||
st->init(); \
|
st->init(); \
|
||||||
st->setCheckUpdates(false); \
|
st->setCheckUpdates(false); \
|
||||||
st->setBool("UI/NoStartTip", true); \
|
st->setBool("UI/NoStartTip", true); \
|
||||||
|
st->setBool("UI/NoIntro", true); \
|
||||||
init(argv); \
|
init(argv); \
|
||||||
wfl = new UserWorkflow(); \
|
wfl = new UserWorkflow(); \
|
||||||
string full_res_path = respath + FS_SEPARATOR + "resources.xml"; \
|
string full_res_path = respath + FS_SEPARATOR + "resources.xml"; \
|
||||||
|
|||||||
Reference in New Issue
Block a user