diff --git a/interface/wx/secretstore.h b/interface/wx/secretstore.h index 0af7958bb4..2dbc630c77 100644 --- a/interface/wx/secretstore.h +++ b/interface/wx/secretstore.h @@ -203,6 +203,9 @@ public: Returns the default secrets collection to use. Call IsOk() on the returned object to check if this method succeeded. + + Note that this method may show a dialog to the user under some + platforms, so it can take an arbitrarily long time to return. */ static wxSecretStore GetDefault();