Adds a setting to disable first time wizard for new users (#5938)

This commit is contained in:
Tobias Perschon
2026-05-23 18:48:42 +02:00
committed by GitHub
parent eeeeae41e7
commit 8d245ae223
10 changed files with 146 additions and 6 deletions

View File

@@ -370,6 +370,11 @@ final class SystemConfiguration
return $this->getDefaultCurrency();
}
public function isUserWizardActive(): bool
{
return (bool) $this->find('user.wizard');
}
// ========== Timesheet configurations ==========
/*
public function getTimesheetBreakWarningDuration(): int