[Astal] Notifications: Delete not working version
This commit is contained in:
@@ -2,7 +2,7 @@ import { bind } from "astal";
|
||||
import { Gtk } from "astal/gtk4";
|
||||
import Notifd from "gi://AstalNotifd";
|
||||
import { NotificationIcon } from "./Icon";
|
||||
import { createTimeoutManager } from "../../../util/notifd";
|
||||
import { createTimeoutManager, time, urgency } from "../../../util/notifd";
|
||||
|
||||
export function NotificationWidget({
|
||||
notification,
|
||||
@@ -81,8 +81,8 @@ export function NotificationWidget({
|
||||
halign={CENTER}
|
||||
valign={CENTER}
|
||||
vexpand={true}
|
||||
child={NotificationIcon(notification)!}
|
||||
>
|
||||
{NotificationIcon(notification)}
|
||||
</box>
|
||||
<box
|
||||
vertical
|
||||
|
||||
Reference in New Issue
Block a user