mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Load default icon locally.
This commit is contained in:
BIN
app/renderer/img/icon.png
Normal file
BIN
app/renderer/img/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
@@ -6,7 +6,7 @@ const request = require('request');
|
||||
|
||||
let instance = null;
|
||||
|
||||
const defaultIconUrl = 'https://chat.zulip.org/static/images/logo/zulip-icon-128x128.271d0f6a0ca2.png';
|
||||
const defaultIconUrl = __dirname + '../../../img/icon.png';
|
||||
class DomainUtil {
|
||||
constructor() {
|
||||
if (instance) {
|
||||
|
||||
Reference in New Issue
Block a user