1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-07-02 19:52:47 +03:00

fix: make startup dialogs harder to accidentally dismiss

This commit is contained in:
2026-06-04 16:10:03 +12:00
parent ff96b3de99
commit 7158e0cbad
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ export default function useWelcomeDialog(dialog: DialogContextType): Promise<voi
if (showWelcome || import.meta.env.DEV)
dialog.pushCustom(
<WelcomeDialog />,
undefined,
"alert",
() =>
{
showWelcomeDialog.removeValue();