Minimize and start Signal in tray
This commit is contained in:
parent
aa86d8bf82
commit
b54c6f257d
13 changed files with 152 additions and 127 deletions
|
@ -68,7 +68,7 @@ export class SystemTraySettingCache {
|
|||
result = parseSystemTraySetting(value);
|
||||
log.info(`getSystemTraySetting returning ${result}`);
|
||||
} else {
|
||||
result = SystemTraySetting.DoNotUseSystemTray;
|
||||
result = SystemTraySetting.Uninitialized;
|
||||
log.info(`getSystemTraySetting got no value, returning ${result}`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue