Skip to content

Commit

Permalink
Remove/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saivert committed Dec 26, 2023
1 parent 2e3fea4 commit 5b6bce7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ where
}

fn main() -> gtk::glib::ExitCode {
// init_glib_logger();
// Set up gettext translations
bindtextdomain(
GETTEXT_PACKAGE,
Expand Down Expand Up @@ -83,10 +82,10 @@ fn main() -> gtk::glib::ExitCode {
let css = gtk::CssProvider::new();
css.load_from_data(
r#"
levelbar block.filled {
filter: blur(2px);
}
"#,
levelbar block.filled {
filter: blur(2px);
}
"#,
);

gtk::style_context_add_provider_for_display(
Expand Down

0 comments on commit 5b6bce7

Please sign in to comment.