mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-11 08:47:03 +02:00
Improve for Mac - Tested on 10.10.5
This commit is contained in:
parent
9c25aab509
commit
b27600adbe
@ -173,6 +173,9 @@ if (shouldQuit) {
|
|||||||
const launcher = new AutoLaunch({
|
const launcher = new AutoLaunch({
|
||||||
name: vectorConfig.brand || 'Riot',
|
name: vectorConfig.brand || 'Riot',
|
||||||
isHidden: true,
|
isHidden: true,
|
||||||
|
mac: {
|
||||||
|
useLaunchAgent: true,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const settings = {
|
const settings = {
|
||||||
|
Loading…
Reference in New Issue
Block a user