mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Make notice show up on Linux
This commit is contained in:
parent
35b6ee7a5f
commit
dcc28fe381
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ app.whenReady().then(async () => {
|
|||
});
|
||||
} else {
|
||||
if ((await getConfig("tray")) == undefined) {
|
||||
if (process.platform == "win32") {
|
||||
if (process.platform == "linux") {
|
||||
const options: MessageBoxOptions = {
|
||||
type: "question",
|
||||
buttons: ["Yes, please", "No, I don't"],
|
||||
|
|
Loading…
Reference in a new issue