mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed double allocation of webui page
This commit is contained in:
parent
5251427cbf
commit
b606b26dd3
1 changed files with 1 additions and 2 deletions
|
@ -178,8 +178,7 @@ SettingsPage::initStackedWidget()
|
|||
JsonApiPage *jsonapi_p = new JsonApiPage() ;
|
||||
addPage(jsonapi_p);
|
||||
#ifdef RS_WEBUI
|
||||
WebuiPage *webui_p = new WebuiPage() ;
|
||||
addPage(new WebuiPage() );
|
||||
addPage(new WebuiPage());
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue