commit
939ebbc13a
2 changed files with 4 additions and 2 deletions
|
|
@ -1312,6 +1312,7 @@ class _FileManagerViewState extends State<FileManagerView> {
|
|||
},
|
||||
dismissOnClicked: true));
|
||||
}
|
||||
menuItems.add(MenuEntryDivider());
|
||||
} catch (e) {
|
||||
debugPrint("buildBread fetchDirectory err=$e");
|
||||
} finally {
|
||||
|
|
@ -1320,7 +1321,6 @@ class _FileManagerViewState extends State<FileManagerView> {
|
|||
}
|
||||
}
|
||||
}
|
||||
menuItems.add(MenuEntryDivider());
|
||||
mod_menu.showMenu(
|
||||
context: context,
|
||||
position: RelativeRect.fromLTRB(x, y, x, y),
|
||||
|
|
|
|||
|
|
@ -283,7 +283,9 @@ class FileController {
|
|||
}
|
||||
|
||||
Future<void> onReady() async {
|
||||
options.value.home = await bind.mainGetHomeDir();
|
||||
if (isLocal) {
|
||||
options.value.home = await bind.mainGetHomeDir();
|
||||
}
|
||||
options.value.showHidden = (await bind.sessionGetPeerOption(
|
||||
id: sessionID,
|
||||
name: isLocal ? "local_show_hidden" : "remote_show_hidden"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue