fix isolated tab handling

This commit is contained in:
Fabian Freund
2026-04-28 11:09:48 +02:00
parent ea6226e2bd
commit a4d66affcb
5 changed files with 9 additions and 7 deletions
@@ -30,7 +30,7 @@ Future<bool?> showQuitBrowserDialog(BuildContext context) {
icon: const Icon(Icons.warning),
title: const Text('Quit Browser'),
content: const Text(
'This will properly shutdown the browser and clear private tabs',
'This will properly shutdown the browser and clear private tab data',
),
actions: <Widget>[
TextButton(
@@ -33,7 +33,7 @@ Future<bool?> showSwitchProfileDialog(
icon: const Icon(Icons.warning),
title: const Text('Switch User'),
content: Text(
"Switching to User '$profileName' will require a restart of the Browser.",
"Switching to User '$profileName' will require a restart of the Browser.\n\nPrivate tab data will be cleared on restart.",
style: const TextStyle(fontWeight: FontWeight.bold),
),
actions: [