src/config.cpp

changeset 8
e8f645d9f28f
parent 6
67b6ef6917ba
child 10
bc1414343e19
--- a/src/config.cpp	Wed Jul 17 18:59:28 2013 +0300
+++ b/src/config.cpp	Wed Jul 17 19:44:46 2013 +0300
@@ -74,6 +74,8 @@
 	int i = 0;
 	for( str ver : g_zanVersions )
 		m_zanBinaries[i++]->setText( cfg.value( binaryConfigName( ver ), "" ).toString() );
+	
+	ui->noDemoPrompt->setChecked( cfg.value( "nodemoprompt", false ).toBool() );
 }
 
 // =============================================================================
@@ -139,6 +141,7 @@
 		wadPathList << ui->wad_pathsList->item( i )->text();
 	
 	cfg.setValue( "wads/paths", wadPathList );
+	cfg.setValue( "nodemoprompt", ui->noDemoPrompt->isChecked() );
 	
 	int i = 0;
 	for( str ver : g_zanVersions )

mercurial