Conversation
|
Should be close: #10 |
|
We need to set the dark mode here as well: https://github.com/outerbase/studio-desktop/blob/master/electron/main.ts#L77 I believe you cannot use localStorage to do it. You need to write it to file. You can check https://github.com/outerbase/studio-desktop/blob/master/electron/file-helper.ts#L5 on how to deal with which path to write. Try to write to Create setting class Then, you can use ipc to set it from renderer window. |
Let me change it. |
|
All updated according to suggestion. |
|
How do you activate darkmode in the Windows desktop app? |
No description provided.