mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed issue of loading the correct instance of RetroShare.conf when switching locations (Patch from AsamK #3423256)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4637 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7a98e83df1
commit
6989a40312
6 changed files with 37 additions and 18 deletions
|
@ -78,6 +78,12 @@ public:
|
|||
/** Sets the current GUI stylesheet. */
|
||||
static bool setSheet(QString sheet = QString());
|
||||
|
||||
/**
|
||||
* Update Language, Style and StyleSheet.
|
||||
* First args are cheked for a style then the settings.
|
||||
*/
|
||||
static void resetLanguageAndStyle();
|
||||
|
||||
|
||||
/** Returns the current language. */
|
||||
static QString language() { return _language; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue