Kaydet (Commit) bc0462a5 authored tarafından Emincan Özcan's avatar Emincan Özcan

v0.2.3

üst baab1c92
{ {
"name": "pardus-kataliz", "name": "pardus-kataliz",
"version": "0.2.2", "version": "0.2.3",
"author": "Emincan Ozcan <emincan@emincanozcan.com>", "author": "Emincan Ozcan <emincan@emincanozcan.com>",
"homepage": "https://github.com/emincanozcan/kataliz", "homepage": "https://github.com/emincanozcan/kataliz",
"private": true, "private": true,
......
...@@ -56,7 +56,7 @@ app.on("activate", () => { ...@@ -56,7 +56,7 @@ app.on("activate", () => {
// dock icon is clicked and there are no other windows open. // dock icon is clicked and there are no other windows open.
if (BrowserWindow.getAllWindows().length === 0) createWindow(); if (BrowserWindow.getAllWindows().length === 0) createWindow();
}); });
app.commandLine.appendSwitch("force-color-profile", "srgb");
// This method will be called when Electron has finished // This method will be called when Electron has finished
// initialization and is ready to create browser windows. // initialization and is ready to create browser windows.
// Some APIs can only be used after this event occurs. // Some APIs can only be used after this event occurs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment