mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 14:11:50 +00:00
updated menus (added ellipsis to some items)
This commit is contained in:
parent
eaa38ecd66
commit
5a872d7f37
@ -15,10 +15,12 @@ const menuDefinition = [
|
||||
{
|
||||
name: 'Open File',
|
||||
shortcut: 'Drag&Drop',
|
||||
ellipsis: true,
|
||||
target: 'file/open.open_file'
|
||||
},
|
||||
{
|
||||
name: 'Open Directory',
|
||||
ellipsis: true,
|
||||
target: 'file/open.open_dir'
|
||||
},
|
||||
{
|
||||
@ -27,10 +29,12 @@ const menuDefinition = [
|
||||
},
|
||||
{
|
||||
name: 'Open URL',
|
||||
ellipsis: true,
|
||||
target: 'file/open.open_url'
|
||||
},
|
||||
{
|
||||
name: 'Open Data URL',
|
||||
ellipsis: true,
|
||||
target: 'file/open.open_data_url'
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user