We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1354697 commit 26845aaCopy full SHA for 26845aa
src/renderer/src/Settings/ChangeSocketServer.svelte
@@ -36,7 +36,6 @@
36
window.api.setSettingsValue('socketServer', socketServerInput);
37
window.api.setStoreValue('token', null);
38
window.api.setStoreValue('steamId', null);
39
- // window.api.setStoreValue('turnUsername', null);
40
window.api.setStoreValue('iceServers', []);
41
window.api.reloadApp();
42
};
0 commit comments