mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(reminder): invoke cfg signal correctly to access reminder config
This commit is contained in:
parent
93c319830f
commit
10d652a382
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ export class ReminderModule {
|
|||
),
|
||||
)
|
||||
.subscribe((reminders: Reminder[]) => {
|
||||
if (IS_ELECTRON && this._globalConfigService.cfg?.reminder?.isFocusWindow) {
|
||||
if (IS_ELECTRON && this._globalConfigService.cfg()?.reminder?.isFocusWindow) {
|
||||
this._uiHelperService.focusApp();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue