Skip to content

Commit

Permalink
👏 More branding
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Mar 21, 2016
1 parent 000f315 commit 4352870
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 643 deletions.
3 changes: 2 additions & 1 deletion appsrc/sagas/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import {select, put} from 'redux-saga/effects'
import {notifyHtml5} from '../actions'
import {SET_PROGRESS, BOUNCE, NOTIFY} from '../constants/action-types'

const DEFAULT_ICON = './static/images/itchio-tray-x4.png'
// OSX already shows the app's icon
const DEFAULT_ICON = os.platform() === 'darwin' ? null : `./static/images/tray/${app.getName()}.png`

const selectMainWindowId = (state) => state.ui.mainWindow.id

Expand Down
324 changes: 0 additions & 324 deletions appsrc/stores/chrome-store.js

This file was deleted.

0 comments on commit 4352870

Please sign in to comment.