Closed r10s closed 1 year ago
This is the case already, just not on macOS:
there are questions about the macOS menu, as there can only be one menu on macOS, while on linux and windows there can be a different menu for each window.
ahh, that one, i remember. shame on electron that it is not handled properly - 25 years ago this was already solved ...
iirc, some month ago, we found some workaround at https://github.com/electron/electron/issues/4327 , but yes, it is probably not the most important thing then.
was just searching for source code on desktop/mac again while adding CryptoText to xdcget - then i remembered it is missing on macos 😅 i'd consider this as a bug :)
if
source_code_url
is not empty, that should be made available to the user in an unobtrusive way (not taking space in the app window nor adding things there). the already existing menu seems to be an ideal place for that, although there seem to be some implementation issues iirc.cmp. https://github.com/deltachat/deltachat-android/pull/2301, https://github.com/deltachat/deltachat-ios/pull/1593