Searched refs:automatically_expand_files (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/expander/
H A DExpanderPreferences.cpp165 bool automatically_expand_files; local
171 if ((fSettings->FindBool("automatically_expand_files",
172 &automatically_expand_files) == B_OK)
173 && automatically_expand_files) {
226 fSettings->ReplaceBool("automatically_expand_files",

Completed in 89 milliseconds