mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use argv0 for shortcuts when updater is disabled
This commit is contained in:
@@ -46,10 +46,9 @@ bool TrayIconSupported();
|
||||
bool SkipTaskbarSupported();
|
||||
void WriteCrashDumpDetails();
|
||||
void NewVersionLaunched(int oldVersion);
|
||||
|
||||
[[nodiscard]] QImage DefaultApplicationIcon();
|
||||
|
||||
[[nodiscard]] bool PreventsQuit(Core::QuitReason reason);
|
||||
[[nodiscard]] QString ExecutablePathForShortcuts();
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 5, 0)
|
||||
[[nodiscard]] std::optional<bool> IsDarkMode();
|
||||
|
Reference in New Issue
Block a user