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 11, 2024
1 parent 8f4c72a commit 85bd180
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 @@ -18,7 +18,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'
import * as ipcMain from './ipc-main'
import * as ipcWebContents from './ipc-webcontents'
Expand Down Expand Up @@ -77,8 +76,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 85bd180

Please sign in to comment.