We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455d918 commit e2b4fcbCopy full SHA for e2b4fcb
lib/app_configuration/widgets/ad_platform_config_form.dart
@@ -297,7 +297,7 @@ class _AdPlatformConfigFormState extends State<AdPlatformConfigForm> {
297
),
298
const SizedBox(height: AppSpacing.lg),
299
300
- // Local Ad Management (Non-functional as requested)
+ // Local Ad Management
301
if (_selectedPlatform == AdPlatformType.local)
302
ExpansionTile(
303
title: Text(l10n.localAdManagementTitle),
0 commit comments