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

View File

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