Files
bropicker/ui/types.slint
T
2026-08-25 18:36:27 +05:00

8 lines
126 B
Plaintext

export struct BrowserConfig {
icon: image,
name: string,
path: string,
flags: string,
is-default: bool,
}