Skip to content

Commit

Permalink
rm web
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Hiles committed Jan 4, 2025
1 parent 993d986 commit ffcf87b
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 78 deletions.
8 changes: 3 additions & 5 deletions lib/providers/decorations_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ part 'decorations_provider.g.dart';
Decorations decorations(Ref ref) {
List<YaruWindowControlType> parse(String section) => section
.split(",")
.map(
(button) => YaruWindowControlType.values.firstWhereOrNull(
(element) => element.name == button,
),
)
.map((button) => YaruWindowControlType.values.firstWhereOrNull(
(element) => element.name == button,
))
.nonNulls
.toList();

Expand Down
Binary file removed web/favicon.png
Binary file not shown.
Binary file removed web/icons/Icon-192.png
Binary file not shown.
Binary file removed web/icons/Icon-512.png
Binary file not shown.
Binary file removed web/icons/Icon-maskable-192.png
Binary file not shown.
Binary file removed web/icons/Icon-maskable-512.png
Binary file not shown.
38 changes: 0 additions & 38 deletions web/index.html

This file was deleted.

35 changes: 0 additions & 35 deletions web/manifest.json

This file was deleted.

0 comments on commit ffcf87b

Please sign in to comment.