81 if (commonProps ==
nullptr)
84 if (returnUserPropsIfReadOnly)
86 if (commonSettingsAreReadOnly == 0)
87 commonSettingsAreReadOnly = commonProps->save() ? -1 : 1;
89 if (commonSettingsAreReadOnly > 0)
90 return userProps.get();
93 return commonProps.get();