File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -200,18 +200,15 @@ class _LibraryPageState extends State<LibraryPage> {
200200 );
201201 },
202202 ),
203+ PlaylistBar (
204+ context.l10n! .offlineSongs,
205+ onPressed: () =>
206+ NavigationManager .router.go ('/library/userSongs/offline' ),
207+ cubeIcon: FluentIcons .cloud_off_24_filled,
208+ borderRadius: commonCustomBarRadiusLast,
209+ showBuildActions: false ,
210+ ),
203211 ],
204- PlaylistBar (
205- context.l10n! .offlineSongs,
206- onPressed: () =>
207- NavigationManager .router.go ('/library/userSongs/offline' ),
208- cubeIcon: FluentIcons .cloud_off_24_filled,
209- borderRadius: offlineMode.value
210- ? commonCustomBarRadius
211- : commonCustomBarRadiusLast,
212- showBuildActions: false ,
213- ),
214-
215212
216213 _buildOfflinePlaylistsSection (),
217214
You can’t perform that action at this time.
0 commit comments