mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:05:56 +00:00
add svg loading indicators
This commit is contained in:
@@ -432,7 +432,7 @@ const Notify = {
|
||||
break;
|
||||
case this.KIND_PROGRESS:
|
||||
notify.addClassName("notify_progress");
|
||||
icon = App.getInitParam("icon_indicator_white")
|
||||
icon = App.getInitParam("icon_oval")
|
||||
break;
|
||||
default:
|
||||
icon = "notifications";
|
||||
|
||||
Reference in New Issue
Block a user