mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
🐛 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:
parent
a791bb6e74
commit
3c405745d9
1 changed files with 2 additions and 0 deletions
|
|
@ -411,6 +411,8 @@
|
|||
<div class="b3-snackbar__content"></div>
|
||||
</div>
|
||||
<script>
|
||||
window.showKeyboardToolbar = function (){};
|
||||
|
||||
const exitApp = () => {
|
||||
try {
|
||||
const {ipcRenderer} = require('electron')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue