mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Make Windows Ctrl+Q feature optional; add opt-in auto update (#451)
This commit is contained in:
parent
25d32ce292
commit
b2ecb02335
6 changed files with 84 additions and 33 deletions
|
@ -22,7 +22,7 @@ import IpcEvents from "./IpcEvents";
|
|||
import Logger from "./Logger";
|
||||
import { IpcRes } from "./types";
|
||||
|
||||
export const UpdateLogger = new Logger("Updater", "white");
|
||||
export const UpdateLogger = /* #__PURE__*/ new Logger("Updater", "white");
|
||||
export let isOutdated = false;
|
||||
export let isNewer = false;
|
||||
export let updateError: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue