mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Make toolbar more dynamic
This commit is contained in:
@ -29,6 +29,8 @@ constexpr int TIMESTAMP_LENGTH = 10;
|
||||
LogWidget::LogWidget(QWidget* parent) : QDockWidget(parent), m_timer(new QTimer(this))
|
||||
{
|
||||
setWindowTitle(tr("Log"));
|
||||
setObjectName(QStringLiteral("log"));
|
||||
|
||||
setHidden(!Settings::Instance().IsLogVisible());
|
||||
setAllowedAreas(Qt::AllDockWidgetAreas);
|
||||
|
||||
|
Reference in New Issue
Block a user