Force autostart folder creation.

Also show an error if autostart couldn't be enabled.

Fixes #25608.
This commit is contained in:
John Preston
2023-01-02 12:24:46 +04:00
parent db6bdf36af
commit 442d0da5c1
3 changed files with 95 additions and 45 deletions

View File

@@ -66,5 +66,9 @@ inline QString EmailConfirmationExpired() {
return u"This email confirmation has expired. Please setup two-step verification once again."_q;
}
inline QString AutostartEnableError() {
return u"Could not register for autostart."_q;
}
} // namespace Hard
} // namespace Lang