This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0

更新图标

master
宇天 2020-11-27 11:30:59 +08:00
parent ea229c0a38
commit 09b6b4c93c
8 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 67 KiB

BIN
icons/512x512.psd Normal file

Binary file not shown.

Binary file not shown.

BIN
icons/apps.icns Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -9,7 +9,7 @@ const { BrowserWindow } = require('electron')
/**
* 应用主窗口
*/
exports.createMainWindow = function (icon) {
exports.createMainWindow = function(icon) {
// 创建浏览器窗口
let win = new BrowserWindow({
title: 'sonist',
@ -52,7 +52,7 @@ exports.createMainWindow = function (icon) {
/**
* 应用迷你窗口
*/
exports.createMiniWindow = function (screen) {
exports.createMiniWindow = function(screen) {
let win = new BrowserWindow({
title: '',
width: 320,