Skip to content

Commit 9de6900

Browse files
committed
Remove welcome notice
1 parent d636753 commit 9de6900

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/client/pages/ElectronWelcomePage.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ function ElectronWelcomePage() {
2020
discordTitle: 'Logging in...'
2121
});
2222

23-
useEffect(() => {
24-
new Notification('DokChat Desktop', { body: 'Welcome To DokChat Desktop Early Access' });
25-
}, []);
26-
2723
useEffect(() => {
2824
if(electronConfig == null) return;
2925

0 commit comments

Comments
 (0)