Skip to content

Commit 1479aaf

Browse files
authored
Use the correct multi window icon from YaruIcons (#197)
1 parent 0eff522 commit 1479aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/view/pages/page_items.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final pageItems = <YaruPageItem>[
4040
const YaruPageItem(
4141
title: 'Multi-tasking',
4242
builder: MultiTaskingPage.create,
43-
iconData: YaruIcons.window_restore),
43+
iconData: YaruIcons.windows),
4444
const YaruPageItem(
4545
title: 'Notifications',
4646
iconData: YaruIcons.notification,

0 commit comments

Comments
 (0)