Skip to content

Commit

Permalink
Update AppSettingsView.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Apr 2, 2024
1 parent fbd9f5a commit f78c306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Permissions/Widgets/AppSettingsView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public class Permissions.Widgets.AppSettingsView : Switchboard.SettingsPage {
screenshot_row = new PermissionSettingsWidget (
_("Screenshot"),
_("Take pictures of the display without asking first."),
"applets-screenshooter"
"accessories-screenshot-tool"
);

screenshot_row.notify["active"].connect (() => {
Expand Down

0 comments on commit f78c306

Please sign in to comment.