Copy pasta error, double checked this time
This commit is contained in:
@@ -322,7 +322,7 @@ TBarApp::InitSettings()
|
|||||||
if (prefs.FindBool("hideLabels", &settings.hideLabels) != B_OK)
|
if (prefs.FindBool("hideLabels", &settings.hideLabels) != B_OK)
|
||||||
settings.hideLabels = fDefaultSettings.hideLabels;
|
settings.hideLabels = fDefaultSettings.hideLabels;
|
||||||
if (prefs.FindInt32("iconSize", &settings.iconSize) != B_OK)
|
if (prefs.FindInt32("iconSize", &settings.iconSize) != B_OK)
|
||||||
settings.hideLabels = fDefaultSettings.hideLabels;
|
settings.iconSize = fDefaultSettings.iconSize;
|
||||||
// recent items
|
// recent items
|
||||||
if (prefs.FindBool("recentDocsEnabled",
|
if (prefs.FindBool("recentDocsEnabled",
|
||||||
&settings.recentDocsEnabled) != B_OK) {
|
&settings.recentDocsEnabled) != B_OK) {
|
||||||
|
|||||||
Reference in New Issue
Block a user