fix: change icons

This commit is contained in:
edde746
2026-05-06 07:46:02 +02:00
parent 07d25f5d5f
commit 4700cc5bd4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ class DownloadsScreenState extends State<DownloadsScreen> with TickerProviderSta
onNavigateDown: _focusCurrentTab,
actions: [
FocusableAction(
icon: Symbols.sync_rounded,
icon: Symbols.rule_settings,
tooltip: t.downloads.activeSyncRules,
onPressed: () =>
Navigator.push(context, MaterialPageRoute(builder: (_) => const SyncRulesScreen())),
@@ -92,7 +92,7 @@ class VersionQualitySheet extends StatelessWidget {
body = qualityColumn;
}
return BaseVideoControlSheet(title: title, icon: Symbols.high_quality_rounded, child: body);
return BaseVideoControlSheet(title: title, icon: Symbols.video_settings_rounded, child: body);
}
int? _sourceBitrateKbps() {
@@ -355,7 +355,7 @@ class TrackChapterControls extends StatelessWidget {
buttons.add(
_buildTrackButton(
buttonIndex: currentIndex,
icon: Symbols.high_quality_rounded,
icon: Symbols.video_settings_rounded,
tooltip: buttonLabel,
semanticLabel: buttonLabel,
tracks: tracks,