mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
don't show keychain dialog on windows
This commit is contained in:
+2
-1
@@ -312,7 +312,8 @@ void AppsWidget::handleInit()
|
||||
showDefaultApps();
|
||||
return;
|
||||
}
|
||||
#else
|
||||
// windows doesn't show any keychain dialog
|
||||
#elif __linux__
|
||||
CredDialog dialog(this);
|
||||
if (dialog.exec() == QDialog::Rejected) {
|
||||
// pass empty QJsonObject to skip signing in
|
||||
|
||||
Reference in New Issue
Block a user