2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

stickers by alt suggestions in mentions dropdown

This commit is contained in:
John Preston
2016-01-09 19:24:16 +08:00
parent f66c54ee6b
commit a72a31e722
22 changed files with 471 additions and 149 deletions

View File

@@ -32,8 +32,6 @@ int main(int argc, char *argv[]) {
//signal(SIGSEGV, _sigsegvHandler);
#endif
LibrariesInitializer _init;
settingsParseArgs(argc, argv);
for (int32 i = 0; i < argc; ++i) {
if (string("-fixprevious") == argv[i]) {
@@ -44,6 +42,8 @@ int main(int argc, char *argv[]) {
}
logsInit();
Global::Initializer _init;
Local::readSettings();
if (Local::oldSettingsVersion() < AppVersion) {
psNewVersion();