Merge pull request #2838 from Trial97/view_log
Always display Minecraft log tab
This commit is contained in:
commit
3e60713257
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user