refactor: add dropdown widget type

This commit is contained in:
CJ van den Berg 2025-12-18 15:22:48 +01:00
parent 3c9cf07f9d
commit 1f67c8e2ce
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 5 additions and 0 deletions

View file

@ -53,6 +53,7 @@ start_debugger_on_crash: bool = false,
widget_style: WidgetStyle = .compact,
palette_style: WidgetStyle = .bars_top_bottom,
dropdown_style: WidgetStyle = .compact,
panel_style: WidgetStyle = .compact,
home_style: WidgetStyle = .bars_top_bottom,
pane_left_style: WidgetStyle = .bar_right,
@ -103,6 +104,7 @@ pub const WidgetType = enum {
pane_left,
pane_right,
hint_window,
dropdown,
};
pub const WidgetStyle = enum {