We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d368d commit bc0a356Copy full SHA for bc0a356
1 file changed
src/hooks/useCookie.tsx
@@ -73,6 +73,10 @@ export const useApplyCookie = async (cookie: CookieData) => {
73
chrome.tabs.reload(tab.id);
74
}
75
toast.dismiss(t.id);
76
+
77
+ if (window.close) // close Cookify (don't need anymore)
78
+ window.close();
79
80
}}
81
className="text-sm h-8"
82
>
0 commit comments