Skip to content

Commit

Permalink
Change description of manual hide dock setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Apr 14, 2021
1 parent 55fb8b4 commit 480501d
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 @@ -410,7 +410,7 @@ fn dock_page(stack: &gtk::Stack) {
page.add(&list_box);

if let Some(settings) = settings::new_checked("org.gnome.shell.extensions.dash-to-dock") {
let switch = switch_row(&list_box, "Show Dock on the Desktop");
let switch = switch_row(&list_box, "Show Dock");
settings.bind("manualhide", &switch, "active", SettingsBindFlags::DEFAULT | SettingsBindFlags::INVERT_BOOLEAN);
}

Expand Down

0 comments on commit 480501d

Please sign in to comment.