mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-14 21:36:43 +00:00
Fix history context menu
This commit is contained in:
@@ -19,7 +19,7 @@ public class BackAction implements LeafAction {
|
||||
|
||||
@Override
|
||||
public void execute(OpenFileSystemModel model, List<BrowserEntry> entries) throws Exception {
|
||||
model.backSync();
|
||||
model.backSync(1);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -19,7 +19,7 @@ public class ForwardAction implements LeafAction {
|
||||
|
||||
@Override
|
||||
public void execute(OpenFileSystemModel model, List<BrowserEntry> entries) throws Exception {
|
||||
model.forthSync();
|
||||
model.forthSync(1);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user