insert wiki/etc and plugins before the log tab

This commit is contained in:
sehraf 2020-02-22 18:54:58 +01:00
parent c2344b1265
commit 3ad5ec9dea
No known key found for this signature in database
GPG Key ID: DF09F6EAE356B2C6

View File

@ -423,7 +423,6 @@ void MainWindow::initStackedPage()
PeopleDialog *peopleDialog = NULL;
addPage(peopleDialog = new PeopleDialog(ui->stackPages), grp, &notify);
#endif
addPage(newsFeed = new NewsFeed(ui->stackPages), grp, &notify);
#ifdef RS_USE_WIKI
WikiDialog *wikiDialog = NULL;
addPage(wikiDialog = new WikiDialog(ui->stackPages), grp, &notify);
@ -494,6 +493,7 @@ void MainWindow::initStackedPage()
}
}
addPage(newsFeed = new NewsFeed(ui->stackPages), grp, &notify);
addPage(settingsDialog = new SettingsPage(ui->stackPages),grp,&notify);
/* Create the toolbar */