Update Utils.h

This commit is contained in:
souchikjoardar201 2025-02-28 19:38:33 +00:00 committed by GitHub
parent 1e8045649c
commit eab5f159b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,6 +121,10 @@ namespace Utils
QString formatSyncStatus(quint64 height, quint64 target, bool daemonSync = false);
QString getVersion();
// Copy Icon for local .desktop file
bool copyIconToUserFolder(const QString &sourcePath, const QString &destinationPath);
QString getDefaultIconPath();
}
#endif //FEATHER_UTILS_H