mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
Replace old launcher part with a shiny new one. No more garbage on the command line.
This commit is contained in:
parent
c51a993ff7
commit
fca4441229
23 changed files with 1157 additions and 509 deletions
|
|
@ -166,6 +166,10 @@ void ConsoleWindow::on_closeButton_clicked()
|
|||
|
||||
void ConsoleWindow::setMayClose(bool mayclose)
|
||||
{
|
||||
if(mayclose)
|
||||
ui->closeButton->setText(tr("Close"));
|
||||
else
|
||||
ui->closeButton->setText(tr("Hide"));
|
||||
m_mayclose = mayclose;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue