account-overview: Show notification on account message
Accounts implement the CallsMessageSource interface and emit messages when there are state changes of which the user should be informed. Closes #340
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
</object>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<object class="GtkOverlay">
|
||||
<property name="visible">True</property>
|
||||
<child type="overlay">
|
||||
<object class="CallsInAppNotification" id="in_app_notification">
|
||||
<property name="visible">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkStack" id="stack">
|
||||
<property name="visible">True</property>
|
||||
@@ -79,6 +87,8 @@
|
||||
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
|
||||
<object class="HdyActionRow" id="add_row">
|
||||
|
||||
Reference in New Issue
Block a user