remove unnecessary config var

This commit is contained in:
Martin Michelsen
2026-05-25 07:58:55 -07:00
parent b59dde53b2
commit e5b3abd49f
4 changed files with 4 additions and 14 deletions
+1 -2
View File
@@ -1017,8 +1017,7 @@ shared_ptr<Account> AccountIndex::create_temporary_account_for_shared_account(
return ret;
}
AccountIndex::AccountIndex(bool force_all_temporary)
: force_all_temporary(force_all_temporary) {
AccountIndex::AccountIndex(bool force_all_temporary) : force_all_temporary(force_all_temporary) {
if (!this->force_all_temporary) {
if (!std::filesystem::is_directory("system/licenses")) {
std::filesystem::create_directories("system/licenses");