mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replace str_const with base::const_string.
This commit is contained in:
@@ -155,8 +155,8 @@ QString DefaultDownloadPath() {
|
||||
QStandardPaths::DownloadLocation)
|
||||
+ '/'
|
||||
+ (Main::Session::Exists() && Auth().supportMode()
|
||||
? "Tsupport Desktop"
|
||||
: str_const_toString(AppName))
|
||||
? "Tsupport Desktop"_cs
|
||||
: AppName).utf16()
|
||||
+ '/';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user