Making previous settings default for now

This commit is contained in:
Eric Kotato 2019-10-04 17:30:46 +03:00
parent 3d2ae1a844
commit fdd16de0d4
2 changed files with 8 additions and 8 deletions

View file

@ -8,8 +8,8 @@
// "semibold_is_bold": false, // "semibold_is_bold": false,
// "monospaced": "Consolas" // "monospaced": "Consolas"
// }, // },
// "sticker_height": 256, // "sticker_height": 128,
// "big_emoji_outline": true, // "big_emoji_outline": false,
// "always_show_scheduled": false, // "always_show_scheduled": true,
// "show_chat_id": false // "show_chat_id": true
} }

View file

@ -210,7 +210,7 @@ rpl::producer<> UpdatedRecentEmoji() {
QString gMainFont, gSemiboldFont, gMonospaceFont; QString gMainFont, gSemiboldFont, gMonospaceFont;
bool gSemiboldFontIsBold = false; bool gSemiboldFontIsBold = false;
int gStickerHeight = 256; int gStickerHeight = 128;
bool gBigEmojiOutline = true; bool gBigEmojiOutline = false;
bool gAlwaysShowScheduled = false; bool gAlwaysShowScheduled = true;
bool gShowChatId = false; bool gShowChatId = true;