AyuGramDesktop/Telegram/SourceFiles/ayu/ui/ayu_assets.h
ZavaruKitsu e144d5cb10 feat: add new app icons
fix: refactor font picker
2023-09-28 00:30:59 +03:00

15 lines
348 B
C

// This is the source code of AyuGram for Desktop.
//
// We do not and cannot prevent the use of our code,
// but be respectful and credit the original author.
//
// Copyright @Radolyn, 2023
#pragma once
void loadAppIco();
QImage loadPreview(QString name);
QString currentAppLogoName();
QImage currentAppLogo();
QImage currentAppLogoNoMargin();