+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index c1162da92..d6c719722 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -39,6 +39,7 @@ import PromoSMS from "./PromoSMS.vue";
import Pushbullet from "./Pushbullet.vue";
import PushDeer from "./PushDeer.vue";
import Pushover from "./Pushover.vue";
+import PushPlusPlus from "./PushPlusPlus.vue";
import Pushy from "./Pushy.vue";
import RocketChat from "./RocketChat.vue";
import ServerChan from "./ServerChan.vue";
@@ -116,6 +117,7 @@ const NotificationFormList = {
"PushByTechulus": TechulusPush,
"PushDeer": PushDeer,
"pushover": Pushover,
+ "pushplusplus": PushPlusPlus,
"pushy": Pushy,
"rocket.chat": RocketChat,
"serwersms": SerwerSMS,