mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Allow any version to be used as a portable.
You need to place TelegramForcePortable folder near the application.
This commit is contained in:
@@ -322,7 +322,7 @@ bool DebugEnabled() {
|
||||
void start(not_null<Core::Launcher*> launcher) {
|
||||
Assert(LogsData == 0);
|
||||
|
||||
if (!Sandbox::CheckAlphaVersionDir()) {
|
||||
if (!Sandbox::CheckPortableVersionDir()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user