Skip to content

Commit

Permalink
Use the correct multi window icon from YaruIcons (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier authored Dec 17, 2021
1 parent 0eff522 commit 1479aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/pages/page_items.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ final pageItems = <YaruPageItem>[
const YaruPageItem(
title: 'Multi-tasking',
builder: MultiTaskingPage.create,
iconData: YaruIcons.window_restore),
iconData: YaruIcons.windows),
const YaruPageItem(
title: 'Notifications',
iconData: YaruIcons.notification,
Expand Down

0 comments on commit 1479aaf

Please sign in to comment.