Merge pull request #2838 from Trial97/view_log
Always display Minecraft log tab
This commit is contained in:
commit
3e60713257
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue