Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 31c7856f authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Don't reload from file by default

parent 7199b955
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ void Session::update_shaded_states_setting(bool b) { ...@@ -225,7 +225,7 @@ void Session::update_shaded_states_setting(bool b) {
bool Session::get_reload_type_setting(){ bool Session::get_reload_type_setting(){
//set 1 as the default value if not set in the file //set 1 as the default value if not set in the file
return S->value(RELOAD_TYPE,1).toBool(); return S->value(RELOAD_TYPE,0).toBool();
} }
void Session::update_reload_type_setting(bool b){ void Session::update_reload_type_setting(bool b){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment