## Detailed Feature Information
* Dark mode is implemented through a non-official workaround, which may result in some inconsistencies since it's not directly supported by Microsoft.
* Press ALT to access the menu.
* The desktop has a menu system.
* Use the `--minimized` argument to launch the application with the window minimized.
* Window zoom functionality is available.
* An application icon is present.
* A bottom bar is included:
* It displays the current URL.
* Clicking on this bar copies the URL to the clipboard.
* A new option is available in the Edit menu:
* "Copy this location to the clipboard," duplicating the function available in the bottom bar.
* A restart button is provided to clear the cache, useful for resolving errors and logging in again.
* The application remembers the last opened notebook to the extent permitted by Online OneNote.
* Under Menu > Settings:
* "Close to the tray" option:
* When checked, minimizes the application to the tray rather than exiting.
* When unchecked, the application closes completely on pressing the quit button.
* Proxy settings can be adjusted in the settings menu.
* A new menu item, `Corporate home`, is added:
* Note: Without a `Corporate` login, it is impossible to debug this feature. If issues arise, providing your login details may allow for troubleshooting.
* The language for OneNote is managed by Microsoft; efforts are made to support multiple languages through the Electron UI:
* Language translation resources are available at:
* [Patrikx3 OneNote Translation GitHub](https://github.com/patrikx3/onenote/tree/master/src/translation)
* Support for multiple instances is available, though with limitations:
* Configuration synchronization issues may arise when running multiple instances simultaneously. To avoid discrepancies, configure using a single instance, exit, and then initiate multiple instances.
* Using multiple instances is possible but not recommended, though it was added based on user requests.