fix: change icons
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user