| @@ -98,8 +98,11 @@ | ||
| 98 | 98 | $tab->input(SettingName::CUSTOM_DOMAIN, 'Custom Domain') |
| 99 | 99 | ->placeholder('Enter your custom domain or leave it empty.') |
| 100 | 100 | ->description('E.g. api.example.com. Leave empty to use the default domain (most users).') |
| 101 | 101 | ->docs('https://docs.simpleanalytics.com/bypass-ad-blockers'); |
| 102 | + | |
| 103 | + $tab->checkbox(SettingName::ENABLED, 'Enabled') | |
| 104 | + ->description('Enable or disable Simple Analytics on your website.'); | |
| 102 | 105 | }) |
| 103 | 106 | ->tab('Ignore Rules', function (Tab $tab) { |
| 104 | 107 | $tab->icon(get_icon('eye-slash')); |
| 105 | 108 | |