-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update element-desktop to version 1.11.69 / rev 58 via SR 1182469
https://build.opensuse.org/request/show/1182469 by user dheidler + anag+factory - Disable dysfunctional spellchecker * disable-spellchecker.patch - Version 1.11.69 ## ✨ Features * Change avatar setting component to use a menu (matrix-org/matrix-react-sdk#12585). Contributed by @dbkr. * New user profile UI in User Settings (matrix-org/matrix-react-sdk#12548). Contributed by @dbkr. * MSC4108 support OIDC QR code login (matrix-org/matrix-react-sdk#12370). Contributed by @t3chguy. ## 🐛 Bug Fixes * Fix image upload preview size (matrix-org/matrix-react-sdk#12612). Contributed by @RiotRobot. * Fix screen sharing in recent Chrome (matrix-org/matrix-js-sdk#4243). * Fix roving tab index crash `compareDocumentPosition` (https://githu
- Loading branch information
1 parent
f9a59ec
commit 102e84b
Showing
9 changed files
with
79 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
The spellchecker is not configurable - neither selecting one or more languages | ||
or disabling it by the user. So let's drop it completely. | ||
|
||
diff -ru a/src/electron-main.ts b/src/electron-main.ts | ||
--- element-desktop-1.11.69/src/electron-main.ts 2024-06-18 14:28:10.000000000 +0200 | ||
+++ element-desktop-1.11.69/src/electron-main.ts 2024-06-21 13:06:59.581538335 +0200 | ||
@@ -485,7 +485,7 @@ | ||
|
||
// Handle spellchecker | ||
// For some reason spellCheckerEnabled isn't persisted, so we have to use the store here | ||
- global.mainWindow.webContents.session.setSpellCheckerEnabled(global.store.get("spellCheckerEnabled", true)); | ||
+ global.mainWindow.webContents.session.setSpellCheckerEnabled(false); | ||
|
||
// Create trayIcon icon | ||
if (global.store.get("minimizeToTray", true)) tray.create(global.trayConfig); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeiaitfvmqq2w4sqzyue47vouoqn7rcvrkaugagp7og3zg35ieppvce |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/ipfs/bafybeiee54upds7vya7xzb4ycgx34tploay54zs2up3ngiu24aiypxqthm | ||
/ipfs/bafybeidwk6grabduqc3jcngz64fojhuhaj2rsogwh7ycccclj5o6ajlshq |