🐛 Enabling the authorization code on Android may result in a black screen https://github.com/siyuan-note/siyuan/issues/14876

This commit is contained in:
Daniel 2025-05-22 11:44:42 +08:00
parent a791bb6e74
commit 3c405745d9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -411,6 +411,8 @@
<div class="b3-snackbar__content"></div>
</div>
<script>
window.showKeyboardToolbar = function (){};
const exitApp = () => {
try {
const {ipcRenderer} = require('electron')