Skip to content

Commit

Permalink
Abstract electron settings properly to avoid boilerplate-hell (#22491)
Browse files Browse the repository at this point in the history
* Remove unused method `BasePlatform::screenCaptureErrorString`

* Extract SeshatIndexManager into its own file

* Improve platform typescripting

* Consolidate IPC call promisification into IPCManager

* Abstract electron settings properly to avoid boilerplate-hell

* i18n

* Iterate PR

(cherry picked from commit 2c0965c)
  • Loading branch information
t3chguy committed Jun 14, 2022
1 parent b7b5408 commit 3a4ac13
Show file tree
Hide file tree
Showing 7 changed files with 283 additions and 311 deletions.
1 change: 0 additions & 1 deletion src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"Go to your browser to complete Sign In": "Go to your browser to complete Sign In",
"Unknown device": "Unknown device",
"%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)",
"You need to be using HTTPS to place a screen-sharing call.": "You need to be using HTTPS to place a screen-sharing call.",
"Powered by Matrix": "Powered by Matrix",
"Use %(brand)s on mobile": "Use %(brand)s on mobile",
"Unsupported browser": "Unsupported browser",
Expand Down
Loading

0 comments on commit 3a4ac13

Please sign in to comment.