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

More logo and name replacements

This commit is contained in:
RadRussianRus
2019-10-19 07:14:54 +03:00
parent 8f025e1d74
commit 720319816a
29 changed files with 50 additions and 50 deletions

View File

@@ -116,7 +116,7 @@ QIcon CreateOfficialIcon(Main::Account *account) {
QIcon CreateIcon(Main::Account *account) {
auto result = CreateOfficialIcon(account);
if (Platform::IsLinux()) {
return QIcon::fromTheme("telegram", result);
return QIcon::fromTheme("kotatogram", result);
}
return result;
}