Merge pull request #2838 from Trial97/view_log

Always display Minecraft log tab
This commit is contained in:
seth 2024-09-24 20:00:54 -04:00 committed by GitHub
commit 3e60713257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,7 +234,7 @@ bool LogPage::apply()
bool LogPage::shouldDisplay() const bool LogPage::shouldDisplay() const
{ {
return m_instance->isRunning() || m_proxy->rowCount() > 0; return true;
} }
void LogPage::on_btnPaste_clicked() void LogPage::on_btnPaste_clicked()