summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-07 18:57:13 +0200
committerRaindropsSys <contact@minteck.org>2023-07-07 18:57:13 +0200
commitd907bc906d7524d7670387617ee3bc3141e483e1 (patch)
tree7c5fce556ec82c23c3c94bff6ca30a5ed37e3b2e /core
parent036c13faf81216d7bad339050ff3706a88f9219b (diff)
downloadkirinos-d907bc906d7524d7670387617ee3bc3141e483e1.tar.gz
kirinos-d907bc906d7524d7670387617ee3bc3141e483e1.tar.bz2
kirinos-d907bc906d7524d7670387617ee3bc3141e483e1.zip
Updated 5 files, added 2 files and renamed docs/Installing-kirinOS-on-Raspberry-Pi.md (automated)
Diffstat (limited to 'core')
-rw-r--r--core/about/index.html1
-rw-r--r--core/desktop/index.html8
2 files changed, 7 insertions, 2 deletions
diff --git a/core/about/index.html b/core/about/index.html
index f70787f..f06390d 100644
--- a/core/about/index.html
+++ b/core/about/index.html
@@ -33,6 +33,7 @@
user-select: none;
user-focus: none;
outline: none;
+ -webkit-user-drag: none;
}
::-webkit-scrollbar {
diff --git a/core/desktop/index.html b/core/desktop/index.html
index cf21767..ef9269e 100644
--- a/core/desktop/index.html
+++ b/core/desktop/index.html
@@ -257,8 +257,12 @@
console.log("switch");
});
- ipcRenderer.on('switchBack', (event) => {
- console.log("switchBack");
+ ipcRenderer.on('emergency', (event) => {
+ console.log("emergency");
+ });
+
+ ipcRenderer.on('forceQuit', (event) => {
+ console.log("forceQuit");
});
function transferError(error) {