mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
remove unused code
This commit is contained in:
parent
3f7b154068
commit
35a321bd59
1 changed files with 0 additions and 6 deletions
|
@ -69,12 +69,6 @@ await sleep(5000).then(() => {
|
|||
|
||||
// Settings info version injection
|
||||
setInterval(() => {
|
||||
if (document.getElementById("window-controls-container") == null) {
|
||||
console.warn("Titlebar didn't inject, retrying...");
|
||||
if (ipcRenderer.sendSync("titlebar")) {
|
||||
//fixTitlebar();
|
||||
}
|
||||
}
|
||||
addScript(`
|
||||
if (document.getElementById("ACsettingsModal") == null) {
|
||||
var html = '<span class="close" id="closeSettings">×</span><div class="ACsettings-modal-content" id="webviewSettingsContainer"></div>';
|
||||
|
|
Loading…
Reference in a new issue