GUI: warn on first import of a classic module
This commit is contained in:
parent
81dccf8dcc
commit
3a0fd28165
3 changed files with 49 additions and 1 deletions
|
|
@ -505,11 +505,19 @@ void FurnaceGUI::syncTutorial() {
|
|||
tutorial.introPlayed=e->getConfBool("tutIntroPlayed",false);
|
||||
#endif
|
||||
tutorial.protoWelcome=e->getConfBool("tutProtoWelcome2",false);
|
||||
tutorial.importedMOD=e->getConfBool("tutImportedMOD",false);
|
||||
tutorial.importedS3M=e->getConfBool("tutImportedS3M",false);
|
||||
tutorial.importedXM=e->getConfBool("tutImportedXM",false);
|
||||
tutorial.importedIT=e->getConfBool("tutImportedIT",false);
|
||||
}
|
||||
|
||||
void FurnaceGUI::commitTutorial() {
|
||||
e->setConf("tutIntroPlayed",tutorial.introPlayed);
|
||||
e->setConf("tutProtoWelcome2",tutorial.protoWelcome);
|
||||
e->setConf("tutImportedMOD",tutorial.importedMOD);
|
||||
e->setConf("tutImportedS3M",tutorial.importedS3M);
|
||||
e->setConf("tutImportedXM",tutorial.importedXM);
|
||||
e->setConf("tutImportedIT",tutorial.importedIT);
|
||||
}
|
||||
|
||||
void FurnaceGUI::initRandomDemoSong() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue