mirror of
https://github.com/zoriya/ags.git
synced 2026-05-29 17:32:19 +00:00
fix: notification example
This commit is contained in:
@@ -108,7 +108,7 @@ export const Notification = n => Widget.EventBox({
|
||||
}),
|
||||
Widget.Box({
|
||||
className: 'actions',
|
||||
children: n.actions.map(({ id, label }) => Button({
|
||||
children: n.actions.map(({ id, label }) => Widget.Button({
|
||||
className: 'action-button',
|
||||
onClicked: () => n.invoke(id),
|
||||
hexpand: true,
|
||||
|
||||
Reference in New Issue
Block a user