mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: open correct wiki URL when opened from the Help *menu*
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
b114d043f6
commit
979973b313
5 changed files with 14 additions and 7 deletions
|
|
@ -105,6 +105,7 @@ Config::Config()
|
|||
|
||||
NEWS_RSS_URL = "@Launcher_NEWS_RSS_URL@";
|
||||
NEWS_OPEN_URL = "@Launcher_NEWS_OPEN_URL@";
|
||||
WIKI_URL = "@Launcher_WIKI_URL@";
|
||||
HELP_URL = "@Launcher_HELP_URL@";
|
||||
LOGIN_CALLBACK_URL = "@Launcher_LOGIN_CALLBACK_URL@";
|
||||
IMGUR_CLIENT_ID = "@Launcher_IMGUR_CLIENT_ID@";
|
||||
|
|
|
|||
|
|
@ -128,7 +128,12 @@ class Config {
|
|||
QString NEWS_OPEN_URL;
|
||||
|
||||
/**
|
||||
* URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help
|
||||
* URL that gets opened when the user clicks 'Launcher Help'
|
||||
*/
|
||||
QString WIKI_URL;
|
||||
|
||||
/**
|
||||
* URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help in a dialog window
|
||||
*/
|
||||
QString HELP_URL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue