Skip to content

Commit

Permalink
Merge pull request #516 from jijojosephk/issue-506
Browse files Browse the repository at this point in the history
Issue 506
  • Loading branch information
jijojosephk authored Jan 14, 2022
2 parents 1b664aa + 4421f5f commit fd71520
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion app/browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

require('./desktopShare/chromeApi');

const iconPath = path.join(__dirname, '../assets/icons/com.github.IsmaelMartinez.teams_for_linux.png');
const iconPath = path.join(__dirname, '../assets/icons/icon-96x96.png');

new ActivityManager(ipcRenderer, iconPath).start();

Expand Down
2 changes: 1 addition & 1 deletion app/mainAppWindow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { shell, BrowserWindow, ipcMain } = require('electron');
const windowStateKeeper = require('electron-window-state');
const path = require('path');
const login = require('../login');
const iconPath = path.join(__dirname, '..', 'assets', 'icons', 'com.github.IsmaelMartinez.teams_for_linux.png');
const iconPath = path.join(__dirname, '..', 'assets', 'icons', 'icon-96x96.png');
const customCSS = require('../customCSS');
const Menus = require('../menus');
const notifications = require('../notifications');
Expand Down

0 comments on commit fd71520

Please sign in to comment.