getContainer()->appConfig; /** * Remember to update wpcli/Command/Sysconfig.php in the WordPress application whenever this file changes. */ ?>
{{ FEFSelect::booleanList('options[desktop_notifications]', ['id' => 'desktop_notifications', 'forToggle' => 1, 'colorBoolean' => 1], $config->get('options.desktop_notifications', 0)) }}

@lang('COM_AKEEBA_CONFIG_DESKTOP_NOTIFICATIONS_DESC')

{{ FEFSelect::booleanList('options[push_preference]', ['id' => 'push_preference', 'forToggle' => 1, 'colorBoolean' => 1], $config->get('options.push_preference', 0)) }}

@lang('COM_AKEEBA_CONFIG_PUSH_PREFERENCE_DESC')

@lang('COM_AKEEBA_CONFIG_PUSH_APIKEY_DESC')