mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-26 18:35:43 +00:00
Fixes
This commit is contained in:
@@ -462,7 +462,7 @@ public interface ExternalEditorType extends PrefsChoiceValue {
|
||||
|
||||
LinuxPathType LEAFPAD = new LinuxPathType("app.leafpad", "leafpad", "https://snapcraft.io/leafpad");
|
||||
|
||||
LinuxPathType MOUSEPAD = new LinuxType("app.mousepad", "mousepad", "https://docs.xfce.org/apps/mousepad/start", "org.xfce.mousepad");
|
||||
LinuxType MOUSEPAD = new LinuxType("app.mousepad", "mousepad", "https://docs.xfce.org/apps/mousepad/start", "org.xfce.mousepad");
|
||||
|
||||
LinuxPathType PLUMA = new LinuxPathType("app.pluma", "pluma", "https://github.com/mate-desktop/pluma");
|
||||
ExternalEditorType TEXT_EDIT =
|
||||
@@ -543,7 +543,7 @@ public interface ExternalEditorType extends PrefsChoiceValue {
|
||||
VSCODE_WINDOWS,
|
||||
NOTEPADPLUSPLUS,
|
||||
NOTEPAD);
|
||||
List<LinuxPathType> LINUX_EDITORS = List.of(
|
||||
List<GenericPathType> LINUX_EDITORS = List.of(
|
||||
ExternalEditorType.WINDSURF_LINUX,
|
||||
ExternalEditorType.KIRO_LINUX,
|
||||
VSCODIUM_LINUX,
|
||||
|
||||
Reference in New Issue
Block a user