mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
fixed title for first run, fixed linux exec-by-link
This commit is contained in:
@@ -110,7 +110,7 @@ void settingsParseArgs(int argc, char *argv[]) {
|
||||
memset_rand(&gInstance, sizeof(gInstance));
|
||||
gExeDir = psCurrentExeDirectory(argc, argv);
|
||||
gExeName = psCurrentExeName(argc, argv);
|
||||
for (int32 i = 0; i < argc; ++i) {
|
||||
for (int32 i = 0; i < argc; ++i) {
|
||||
if (string("-release") == argv[i]) {
|
||||
gTestMode = false;
|
||||
} else if (string("-debug") == argv[i]) {
|
||||
|
Reference in New Issue
Block a user