Skip to content

Commit

Permalink
Added Apple ICNS format
Browse files Browse the repository at this point in the history
  • Loading branch information
uuware committed Jan 4, 2021
1 parent d61df2a commit 68e767a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icons-font-desktop",
"version": "1.1.0",
"version": "1.1.3",
"description": "A desktop version for icons-font-customization to generate your onw web fonts",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/app-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ exports.AppUtils = class AppUtils {
{ type: 'separator' },
{ role: 'selectAll' }
]),
{ role: 'toggleDevTools' },
{ role: 'forceReload' },
// { role: 'toggleDevTools' },
// { role: 'forceReload' },
]
},
{
Expand Down

0 comments on commit 68e767a

Please sign in to comment.