Making previous settings default for now
This commit is contained in:
parent
3d2ae1a844
commit
fdd16de0d4
2 changed files with 8 additions and 8 deletions
|
|
@ -8,8 +8,8 @@
|
|||
// "semibold_is_bold": false,
|
||||
// "monospaced": "Consolas"
|
||||
// },
|
||||
// "sticker_height": 256,
|
||||
// "big_emoji_outline": true,
|
||||
// "always_show_scheduled": false,
|
||||
// "show_chat_id": false
|
||||
// "sticker_height": 128,
|
||||
// "big_emoji_outline": false,
|
||||
// "always_show_scheduled": true,
|
||||
// "show_chat_id": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ rpl::producer<> UpdatedRecentEmoji() {
|
|||
QString gMainFont, gSemiboldFont, gMonospaceFont;
|
||||
bool gSemiboldFontIsBold = false;
|
||||
|
||||
int gStickerHeight = 256;
|
||||
bool gBigEmojiOutline = true;
|
||||
bool gAlwaysShowScheduled = false;
|
||||
bool gShowChatId = false;
|
||||
int gStickerHeight = 128;
|
||||
bool gBigEmojiOutline = false;
|
||||
bool gAlwaysShowScheduled = true;
|
||||
bool gShowChatId = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue