chore: make Config/Menu public
This commit is contained in:
parent
623b141767
commit
27b7b25814
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ use font::FontExt;
|
|||
use pango::{prelude::FontExt as _, Font, Language, SCALE};
|
||||
use wmenu_rs::{Menu as WMenu, MenuError};
|
||||
|
||||
struct Config {
|
||||
pub struct Config {
|
||||
pub bottom: bool,
|
||||
pub padding: usize,
|
||||
pub lines: i32,
|
||||
|
@ -75,7 +75,7 @@ impl Default for Config {
|
|||
}
|
||||
}
|
||||
|
||||
struct Menu {
|
||||
pub struct Menu {
|
||||
wmenu: WMenu,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue