Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: adjust syntax for app manager
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored Apr 7, 2025
commit 9dcbd76cedb6ee7f84f7a7e494dd10b9217b88c3
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getCategory(): string {
}

public function run(): SetupResult {
if ($this->appManager->isEnabledForAnyone('notifications')) {
if ($this->appManager->isInstalled('notifications')) {
return SetupResult::success($this->l10n->t('This files_reminder can work properly.'));
} else {
return SetupResult::warning($this->l10n->t('The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder.'));
Expand Down
Loading