Commit b24587b 1 parent 6c4c28e commit b24587b Copy full SHA for b24587b
File tree 1 file changed +2
-2
lines changed
lib/screens/settings_library
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import 'dart:io';
3
3
import 'package:provider/provider.dart' ;
4
4
import 'package:fluent_ui/fluent_ui.dart' ;
5
5
import 'package:material_symbols_icons/symbols.dart' ;
6
- import 'package:rune/screens/settings_library/widgets/add_library_setting_button.dart' ;
7
6
8
7
import '../../utils/settings_page_padding.dart' ;
9
8
import '../../utils/settings_body_padding.dart' ;
@@ -12,6 +11,7 @@ import '../../utils/router/navigation.dart';
12
11
import '../../widgets/library_task_button.dart' ;
13
12
import '../../widgets/unavailable_page_on_band.dart' ;
14
13
import '../../widgets/navigation_bar/page_content_frame.dart' ;
14
+ import '../../screens/settings_library/widgets/add_library_setting_button.dart' ;
15
15
import '../../providers/library_path.dart' ;
16
16
import '../../providers/library_manager.dart' ;
17
17
@@ -74,8 +74,8 @@ class _SettingsLibraryPageState extends State<SettingsLibraryPage> {
74
74
subtitle: "Remove all items from the library list" ,
75
75
onPressed: () async {
76
76
await closeLibrary (context);
77
-
78
77
libraryPath.clearAllOpenedFiles ();
78
+ $$replace ("/" );
79
79
},
80
80
),
81
81
const SizedBox (height: 2 ),
You can’t perform that action at this time.
0 commit comments