This commit is contained in:
NextWorks 2023-08-25 17:33:53 +02:00 committed by GitHub
parent 62d82f0bdd
commit d3119b132c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ fn create_options_section() -> gtk::Box {
gtk::CheckButton::with_label(&fl!("tweak-enabled-title", tweak = "Profile-sync-daemon"));
let systemd_oomd_btn =
gtk::CheckButton::with_label(&fl!("tweak-enabled-title", tweak = "Systemd-oomd"));
let bptfune_btn = gtk::CheckButton::with_label(&fl!("tweak-enabled-title", tweak = "Bpftune"));
let bpftune_btn = gtk::CheckButton::with_label(&fl!("tweak-enabled-title", tweak = "Bpftune"));
let apparmor_btn =
gtk::CheckButton::with_label(&fl!("tweak-enabled-title", tweak = "Apparmor"));
let bluetooth_btn =