From 0a8534cb9709a6936e3264efc848f748fde0ca84 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 4 Apr 2020 20:24:03 +0300 Subject: [PATCH] Updated Q&A (markdown) --- Q&A.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Q&A.md b/Q&A.md index 6459c04..c50b287 100644 --- a/Q&A.md +++ b/Q&A.md @@ -38,7 +38,7 @@ The Generator is a web-based tool, but it can be run offline if downloaded from ### Is there a desktop version? Modern technologies allow any web-application to be turned into a desktop application using [Electron](https://github.com/electron/electron). To get a desktop application download [an archive](https://github.com/Azgaar/Fantasy-Map-Generator/releases) for your architecture, unzip and run the executable file. -For some users desktop application can be a bit faster than web application. But I would not expect any significant performance increase as it is an Electron application, so basically a Chromium browser opened separately. The application may be a bit outdated as it takes time to build it and web-version is considered as main and hence the most up-to-date. +For some users desktop application can be a bit faster than web application. But I would not expect any significant performance increase as it is just an Electron application, basically a Chromium browser opened separately. The application may be a bit outdated as it takes time to build it and web-version is considered as main and hence the most up-to-date. ### Which browsers are supported? The Generator should work in any modern browser, but it is developed using the latest version of the Google Chrome. I also try to support the latest Mozilla Firefox version. Edge should also work. Outdated browsers like Internet Explorer or Opera are not supported.