mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-13 13:01:02 +00:00
Reformat
This commit is contained in:
@@ -37,7 +37,8 @@ public class EditFileAction implements LeafAction {
|
||||
@Override
|
||||
public ObservableValue<String> getName(OpenFileSystemModel model, List<BrowserEntry> entries) {
|
||||
var e = AppPrefs.get().externalEditor().getValue();
|
||||
return AppI18n.observable("editWithEditor", e != null ? e.toTranslatedString().getValue() : "?");
|
||||
return AppI18n.observable(
|
||||
"editWithEditor", e != null ? e.toTranslatedString().getValue() : "?");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user