mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed double allocation of webui page
This commit is contained in:
parent
5251427cbf
commit
b606b26dd3
@ -178,8 +178,7 @@ SettingsPage::initStackedWidget()
|
|||||||
JsonApiPage *jsonapi_p = new JsonApiPage() ;
|
JsonApiPage *jsonapi_p = new JsonApiPage() ;
|
||||||
addPage(jsonapi_p);
|
addPage(jsonapi_p);
|
||||||
#ifdef RS_WEBUI
|
#ifdef RS_WEBUI
|
||||||
WebuiPage *webui_p = new WebuiPage() ;
|
addPage(new WebuiPage());
|
||||||
addPage(new WebuiPage() );
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user