mirror of
https://github.com/heyman/heynote.git
synced 2025-08-17 10:01:19 +02:00
Add Settings to web app (#125)
* Add support for opening settings dialog in the webapp * Add tests for settings dialog * Hide stand-alone app specific settings in web app * Remove debug log
This commit is contained in:
@ -25,6 +25,7 @@ contextBridge.exposeInMainWorld("heynote", {
|
||||
isWindows,
|
||||
isLinux,
|
||||
},
|
||||
isWebApp: false,
|
||||
|
||||
themeMode: themeMode,
|
||||
|
||||
|
Reference in New Issue
Block a user