Updated Q&A (markdown)

Azgaar 2023-10-05 18:47:28 +04:00
parent ba86cfd6cf
commit f9873e8fa4

2
Q&A.md

@ -44,7 +44,7 @@ Please note that some functions like alternative Fonts or Styles are not availab
### Is there a desktop version?
Modern technologies allow any web-application to be turned into a desktop application that supports all features of the web app. There are 2 options supported:
* PWA. Chromium-based browsers (Chrome, Edge, Opera, etc.) in Windows will prompt you with a big button 'Install'. Just click on it and confirm the installation. The installed tool will be added to your desktop and opened automatically.
* PWA. Chromium-based browsers (Chrome, Edge, Opera, etc.) in Windows will prompt you with a big button 'Install'. Just click on it and confirm the installation. The installed tool will be added to your desktop and opened automatically. You can also create a shortcut (app) manually, see [how to do it in Chrome](https://support.google.com/chrome_webstore/answer/3060053).
* Electron. Download an archive with App for your architecture from the [current release page](https://github.com/Azgaar/Fantasy-Map-Generator/releases/tag/current).
Both versions require an internet connection for the first run. Once app data is loaded to the memory, it may work offline. To update the version just clean up the cache (<key>Alt</key> -> Window -> Clean stored data). For some users desktop application can be a bit faster than web application.