import { Gtk } from "ags/gtk4"; import { Windows } from "../../../windows"; import { createBinding } from "ags"; import { tr } from "../../../i18n/intl"; export const Apps = () => `apps ${Object.hasOwn(openWindows, "apps-window") ? "open" : ""}` )} iconName={"applications-other-symbolic"} halign={Gtk.Align.CENTER} hexpand tooltipText={tr("apps")} onClicked={() => Windows.getDefault().open("apps-window")} />;