Commit 1e9431bf authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/components/notifier/Notifier): use `open` instead of `show` to display notification

parent fddd8213
......@@ -36,7 +36,7 @@
// Notifications QML properties/methods.
// -----------------------------------------------------------------------------
#define NOTIFICATION_SHOW_METHOD_NAME "show"
#define NOTIFICATION_SHOW_METHOD_NAME "open"
#define NOTIFICATION_PROPERTY_DATA "notificationData"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment