Force autostart folder creation.
Also show an error if autostart couldn't be enabled. Fixes #25608.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user