Skip to content

Commit

Permalink
adding disableHardwareAcceleration on the back of disableGpu (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez authored Aug 20, 2024
1 parent a520d12 commit 80f14c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function addCommandLineSwitchesAfterConfigLoad() {
console.info('Disabling GPU support...');
app.commandLine.appendSwitch('disable-gpu');
app.commandLine.appendSwitch('disable-software-rasterizer');
app.disableHardwareAcceleration();
}

addElectronCLIFlagsFromConfig();
Expand Down
7 changes: 7 additions & 0 deletions com.github.IsmaelMartinez.teams_for_linux.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<url type="bugtracker">https://github.com/IsmaelMartinez/teams-for-linux/issues</url>
<launchable type="desktop-id">com.github.IsmaelMartinez.teams_for_linux.desktop</launchable>
<releases>
<release version="1.9.1" date="2024-08-20">
<description>
<ul>
<li>Apply disableHardwareAcceleration on disableGpu flag</li>
</ul>
</description>
</release>
<release version="1.9.0" date="2024-07-19">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.9.0",
"version": "1.9.1",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down

0 comments on commit 80f14c0

Please sign in to comment.