mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-09 23:23:52 +00:00
use default app icon
This commit is contained in:
parent
dbf3800511
commit
81d6a3cc82
@ -78,8 +78,8 @@ void Snore::SettingsDialog::on_pushButton_clicked()
|
||||
Application app = SnoreCorePrivate::instance()->defaultApplication();
|
||||
Notification noti(app, app.alerts()["Default"], "Hello World",
|
||||
"<i>This is Snore</i><br>"
|
||||
"<a href=\"https://github.com/TheOneRing/Snorenotify\">Project Website</a><br>",
|
||||
Icon(":/root/snore.png"));
|
||||
"<a href=\"https://github.com/Snorenotify/Snorenotify\">Project Website</a><br>",
|
||||
app.icon());
|
||||
noti.addAction(Action(1, "Test Action"));
|
||||
SnoreCore::instance().broadcastNotification(noti);
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>MainWindow</string>
|
||||
<string>Snore Settings</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
|
Loading…
x
Reference in New Issue
Block a user