mirror of
https://github.com/KDE/konsole.git
synced 2026-06-16 09:49:10 -04:00
add page for tabbar settings
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#include "SessionManager.h"
|
||||
#include "AppSettings.h"
|
||||
#include "settings/GeneralSettings.h"
|
||||
#include "settings/TabBarSettings.h"
|
||||
|
||||
using namespace Konsole;
|
||||
|
||||
@@ -514,6 +515,11 @@ void MainWindow::showSettingsDialog()
|
||||
i18nc("@title Preferences page name", "General"),
|
||||
"system-run");
|
||||
|
||||
TabBarSettings* tabBarSettings = new TabBarSettings(settingsDialog);
|
||||
settingsDialog->addPage(tabBarSettings,
|
||||
i18nc("@title Preferences page name", "TabBar"),
|
||||
"system-run");
|
||||
|
||||
settingsDialog->show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user