fix leave server selected after opening once

This commit is contained in:
Anton Bracke
2022-02-23 11:49:42 +01:00
parent 44a9e2aeb0
commit da6b5b9f60
3 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { createAndShowNotification } from "./notification";
import { Server } from "./preload-local-app/types";
import settings, { SettingsData } from "./settings";
import { loadShortcuts, setShortcutsEnabled } from "./shortcuts";
import { getAppView, getWindow, hideAppView, showAppView } from "./window";
import { getAppView, hideAppView, showAppView } from "./window";
// import fetch from "node-fetch";
export function emitMuteToggle() {