add launcher compatibility note to transparent bg toggle

This commit is contained in:
Damocles 2026-04-22 22:54:22 +02:00
parent c70cc94e56
commit 82b491921b

View file

@ -251,7 +251,7 @@ private fun ClockSettingsSheet(onDismiss: () -> Unit) {
style = MaterialTheme.typography.bodyLarge,
)
Text(
text = "Remove the widget background",
text = "Remove the widget background. May not work on all launchers. Re-add the widget after changing.",
style = MaterialTheme.typography.bodySmall,
color = MaterialTheme.colorScheme.onSurfaceVariant,
)