Merge pull request #19 from ente-io/fix_window_manager_warning

Update warning dialog when "Hide from recents" is enabled
This commit is contained in:
Vishnu Mohandas
2022-12-15 22:36:19 +05:30
committed by GitHub

View File

@@ -90,7 +90,7 @@ class _SecuritySectionWidgetState extends State<SecuritySectionWidget> {
crossAxisAlignment: CrossAxisAlignment.start,
children: const [
Text(
"Hiding from the task switcher will prevent you from taking screenshots in this app.",
"Hiding from the task switcher may prevent you from taking screenshots in this app.",
style: TextStyle(
height: 1.5,
),