display minecraft log before instance run

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-09-18 21:17:15 +03:00
parent bee59c904a
commit 77463c6d33
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

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()