You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{label: "Open in Current Window\u2026",id: "open_in_current_window",accelerator: "CmdorCtrl+Shift+O",click(item){event.emit("open_in_current_window",win);}},
115
116
darwin ? {role: "recentDocuments",submenu: [{role: "clearRecentDocuments"}]} : ({type: "separator"},{label: "Settings",click(item){event.emit("preferences");}}),
116
117
{type: "separator"},
117
118
{label: "Revert to Last Save",id: "revert_to_last_save",click(item){win.send("revert_to_last_save");},enabled: false},
Copy file name to clipboardExpand all lines: electron-builder.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,4 +52,4 @@ linux:
52
52
target: deb
53
53
description: Moebius is a new ANSI and ASCII Editor for Linux, MacOS, and Windows. The major feature that differentiates it from PabloDraw is the 'half-block' brush which allows editing in a style closer to Photoshop than a text editor, although you can still use the function and cursor keys to draw with, and you should find that most of the text editing features from PabloDraw are carried over to this editor.
0 commit comments