don't show keychain dialog on windows

This commit is contained in:
uncor3
2025-11-10 03:53:51 +00:00
parent 6d86243d3f
commit 07f2e22a85
+2 -1
View File
@@ -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