mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Qt: Make toolbar more dynamic
This commit is contained in:
parent
396204248d
commit
264c995b0d
13 changed files with 86 additions and 1 deletions
|
@ -19,6 +19,8 @@
|
|||
LogConfigWidget::LogConfigWidget(QWidget* parent) : QDockWidget(parent)
|
||||
{
|
||||
setWindowTitle(tr("Log Configuration"));
|
||||
setObjectName(QStringLiteral("logconfig"));
|
||||
|
||||
setHidden(!Settings::Instance().IsLogConfigVisible());
|
||||
setAllowedAreas(Qt::AllDockWidgetAreas);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue