mirror of
https://github.com/zoriya/ags.git
synced 2026-05-28 08:58:40 +00:00
fix: wrong notification image path
This commit is contained in:
@@ -205,7 +205,7 @@ class NotificationsService extends Service {
|
||||
return null;
|
||||
|
||||
ensureDirectory();
|
||||
const fileName = name.replace(/[^a-zA-Z0-9]/g, '');
|
||||
const fileName = NOTIFICATIONS_CACHE_PATH + '/' + name.replace(/[^a-zA-Z0-9]/g, '');
|
||||
const image = image_data.recursiveUnpack();
|
||||
const pixbuf = GdkPixbuf.Pixbuf.new_from_bytes(
|
||||
image[6],
|
||||
|
||||
Reference in New Issue
Block a user