mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Remove download apps notice
This commit is contained in:
parent
9ead560115
commit
3339a4ca1b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import * as path from "path";
|
||||||
import {fixTitlebar, injectHummusTitlebar, injectTitlebar} from "./titlebar";
|
import {fixTitlebar, injectHummusTitlebar, injectTitlebar} from "./titlebar";
|
||||||
import {sleep, addStyle, addScript} from "../utils";
|
import {sleep, addStyle, addScript} from "../utils";
|
||||||
import {injectMobileStuff} from "./mobile";
|
import {injectMobileStuff} from "./mobile";
|
||||||
|
window.localStorage.setItem("hideNag", "true");
|
||||||
var version = ipcRenderer.sendSync("displayVersion");
|
var version = ipcRenderer.sendSync("displayVersion");
|
||||||
var channel = ipcRenderer.sendSync("channel");
|
var channel = ipcRenderer.sendSync("channel");
|
||||||
async function updateLang() {
|
async function updateLang() {
|
||||||
|
|
Loading…
Reference in a new issue