Fix teams-for-linux launch bug
This commit is contained in:
parent
90ee462d17
commit
da0ecddc13
|
@ -21,7 +21,6 @@
|
||||||
xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON {
|
xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON {
|
||||||
awayOnSystemIdle = true;
|
awayOnSystemIdle = true;
|
||||||
closeAppOnCross = true;
|
closeAppOnCross = true;
|
||||||
electronCLIFlags = [["ozone-platform" "wayland"]];
|
|
||||||
followSystemTheme = true;
|
followSystemTheme = true;
|
||||||
notificationMethod = "electron";
|
notificationMethod = "electron";
|
||||||
optInTeamsV2 = true;
|
optInTeamsV2 = true;
|
||||||
|
|
Reference in a new issue