Skip to content

Commit

Permalink
refresh smaller icons to use new theme (#530)
Browse files Browse the repository at this point in the history
* drop explicit window icon on Linux
* drop old icon used in app window
* regenerate smaller icons from new 256px source
  • Loading branch information
shiftkey committed Aug 24, 2021
1 parent 14d5431 commit 02fdcf2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main-process/app-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { URLActionType } from '../lib/parse-app-url'
import { ILaunchStats } from '../lib/stats'
import { menuFromElectronMenu } from '../models/app-menu'
import { now } from './now'
import * as path from 'path'
import windowStateKeeper from 'electron-window-state'

export class AppWindow {
Expand Down Expand Up @@ -57,8 +56,6 @@ export class AppWindow {
} else if (__WIN32__) {
windowOptions.frame = false
} else if (__LINUX__) {
windowOptions.icon = path.join(__dirname, 'static', 'icon-logo.png')

// relax restriction here for users trying to run app at a small
// resolution and any other side-effects of dropping this restriction are
// currently unsupported
Expand Down
Binary file removed app/static/linux/icon-logo.png
Binary file not shown.
Binary file modified app/static/logos/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/static/logos/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/static/logos/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02fdcf2

Please sign in to comment.