Added an option to define custom window title mappings. (#149)

This commit is contained in:
Jas Singh
2024-08-18 02:07:30 -07:00
committed by GitHub
parent b200b6fadb
commit 6c8615c278
7 changed files with 140 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ export const Option = <T>(props: RowProps<T>, className: string = '') => {
hpack: "start",
vpack: "center",
hexpand: true,
child: Label(props.title, props.subtitle || ""),
child: Label(props.title, props.subtitle || "", props.subtitleLink),
}),
Inputter(props, className, isUnsaved),
Widget.Button({