feat: add windows 11 menu item
This commit is contained in:
parent
12bb24e552
commit
211dafe5ab
|
@ -129,6 +129,10 @@
|
|||
"key": "Win10",
|
||||
"class": "windows-10"
|
||||
},
|
||||
{
|
||||
"key": "Win11",
|
||||
"class": "windows-11"
|
||||
},
|
||||
{
|
||||
"key": "xubuntu",
|
||||
"class": "xubuntu"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><g transform="matrix(1.3895 0 0 1.3895 376.87 -31.373)" fill="#808080"><rect x="-271.22" y="22.579" width="23.105" height="23.105"/><rect x="-245.58" y="22.579" width="23.105" height="23.105"/><rect x="-271.22" y="48.221" width="23.105" height="23.105"/><rect x="-245.58" y="48.221" width="23.105" height="23.105"/></g></svg>
|
After Width: | Height: | Size: 807 B |
Loading…
Reference in New Issue