Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
vite
Commits
31c7856f
Commit
31c7856f
authored
May 09, 2014
by
Mathieu Faverge
Browse files
Don't reload from file by default
parent
7199b955
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/Session.cpp
View file @
31c7856f
...
...
@@ -225,7 +225,7 @@ void Session::update_shaded_states_setting(bool b) {
bool
Session
::
get_reload_type_setting
(){
//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
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment