mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 08:51:47 +03:00
Remove ipcRenderer call when toggling the GameMode checkbox
This commit is contained in:
parent
4c8f40a941
commit
8d1578753e
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ $(() => {
|
|||
|
||||
$("#gamemode").on("classChange", () => {
|
||||
LauncherLib.updateConfig("gamemode",$("#gamemode").hasClass("checkbox-active"));
|
||||
|
||||
ipcRenderer.send("rpc-toggle");
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue