mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Implement icon picker, bring back raster icons.
This commit is contained in:
parent
bf5f5091ef
commit
1782d5ad9a
75 changed files with 1098 additions and 424 deletions
3
main.cpp
3
main.cpp
|
|
@ -83,7 +83,8 @@ private slots:
|
|||
void doLogin(const QString &errorMsg)
|
||||
{
|
||||
LoginDialog* loginDlg = new LoginDialog(nullptr, errorMsg);
|
||||
if (loginDlg->exec())
|
||||
loginDlg->exec();
|
||||
if (loginDlg->result() == QDialog::Accepted)
|
||||
{
|
||||
UserInfo uInfo{loginDlg->getUsername(), loginDlg->getPassword()};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue