Skip to content

Commit

Permalink
docs(bar): update egui docstring link
Browse files Browse the repository at this point in the history
Thanks to @dinesh-58 for pointing this out!

resolve #1078
  • Loading branch information
LGUG2Z committed Nov 1, 2024
1 parent ed5b0f9 commit 852d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komorebi-bar/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct KomobarConfig {
/// Bar positioning options
#[serde(alias = "viewport")]
pub position: Option<PositionConfig>,
/// Frame options (see: https://docs.rs/egui/latest/egui/containers/struct.Frame.html)
/// Frame options (see: https://docs.rs/egui/latest/egui/containers/frame/struct.Frame.html)
pub frame: Option<FrameConfig>,
/// Monitor options
pub monitor: MonitorConfig,
Expand Down

0 comments on commit 852d1f9

Please sign in to comment.