This commit is contained in:
Syping 2018-01-24 16:26:54 +01:00
parent add51460a3
commit e9511cd3eb
3 changed files with 16 additions and 0 deletions

View file

@ -50,6 +50,10 @@ SavegameDialog::SavegameDialog(QWidget *parent) :
{
ui->cmdCopy->setIcon(QIcon::fromTheme("document-export"));
}
else if (QIcon::hasThemeIcon("document-save"))
{
ui->cmdCopy->setIcon(QIcon::fromTheme("document-save"));
}
refreshWindowSize();
}