Fix teams-for-linux launch bug

This commit is contained in:
Evie Litherland-Smith 2024-06-17 15:54:12 +01:00
parent 90ee462d17
commit da0ecddc13

View file

@ -21,7 +21,6 @@
xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON {
awayOnSystemIdle = true;
closeAppOnCross = true;
electronCLIFlags = [["ozone-platform" "wayland"]];
followSystemTheme = true;
notificationMethod = "electron";
optInTeamsV2 = true;