Skip to content

Commit

Permalink
fix: make the Config struct public
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Aug 11, 2024
1 parent 1cd70b6 commit 8c6f789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static mut INITIALIZED: bool = false;
static mut START_TIME: Option<u128> = None;
static mut CONFIG: Option<Config> = None;

struct Config {
pub struct Config {
is_custom_client: bool,
rich_client: RichClient,
editor_image: String,
Expand Down

0 comments on commit 8c6f789

Please sign in to comment.