mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 17:57:51 +00:00
added padding in player, bot commands description QString -> Text (emoji support)
This commit is contained in:
@@ -578,6 +578,10 @@ void MainWidget::updateStickers() {
|
||||
history.updateStickers();
|
||||
}
|
||||
|
||||
void MainWidget::botCommandsChanged(UserData *bot) {
|
||||
history.botCommandsChanged(bot);
|
||||
}
|
||||
|
||||
void MainWidget::onUpdateMuted() {
|
||||
App::updateMuted();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user