smartfrigde
9607a36c3e
Add keybind maker button
2023-06-22 12:12:45 +02:00
smartfrigde
d01a0c8f8c
Change the keybind notice to mention keybind maker
2023-06-19 22:01:41 +02:00
smartfrigde
1a1c549f6c
[wip] linux audio screenshare
2023-06-19 17:49:09 +02:00
smartfrigde
bed9e02059
Add Windows audio screensharing
2023-06-18 20:30:22 +02:00
smartfrigde
93e969a1ad
Fix macOS titlebar
2023-06-18 19:47:54 +02:00
smartfrigde
5aefe765ec
Add potential workarounds for renderer crash
2023-06-17 18:33:26 +02:00
smartfrigde
89e4c3570d
Rewrite splash
2023-06-11 18:50:07 +02:00
smartfrigde
0e21a82b6c
Remove basic mode
2023-06-11 17:18:41 +02:00
smartfrigde
359f2174b7
Simplify tray's code
2023-06-11 17:18:00 +02:00
smartfrigde
dcc28fe381
Make notice show up on Linux
2023-06-10 23:05:39 +02:00
smartfrigde
35b6ee7a5f
Update Electron
2023-06-10 23:04:27 +02:00
smartfrigde
37c1951a33
Make notice trigger on Linux
2023-06-10 22:57:07 +02:00
smartfrigde
fdd9855065
Rework setup and tray
2023-06-10 22:54:46 +02:00
smartfrigde
4937a2cddf
Fix tray icon behaviour
2023-06-10 20:06:00 +02:00
smartfrigde
6d491437e4
Fix dynamic icon
2023-06-10 19:49:32 +02:00
smartfrigde
1e19b808f9
Don't grab media key controls
2023-06-10 19:43:59 +02:00
Davilarek
52e5522f11
Make the title more like in the official client ( #404 )
2023-06-10 19:31:14 +02:00
KayoticCarnige
353925e564
Updated some CSS ids ( #398 )
...
* Update preload.ts
* Update discord.css
2023-05-16 22:22:32 +02:00
smartfrigde
b06d4a4810
Make theme quick acions functional
2023-05-15 17:10:25 +02:00
smartfrigde
610931d75b
Add force quit and AC theme manifest additions
2023-05-14 22:06:26 +02:00
smartfrigde
11686f1244
Fix adv settings css
2023-05-14 14:02:40 +02:00
smartfrigde
ab60e43bf1
lint
2023-05-14 13:51:11 +02:00
smartfrigde
4f31bcb32e
Add theme info modal
2023-05-14 13:42:38 +02:00
smartfrigde
f4b394ecd4
Add spellcheck option
2023-05-13 23:48:11 +02:00
smartfrigde
a90b348443
Fix start minimized
2023-05-13 23:31:31 +02:00
smartfrigde
b1cb66e587
Fix theme settings corrupting
2023-05-13 23:11:09 +02:00
smartfrigde
51018b108a
Update to new desktop icon
2023-05-13 22:53:48 +02:00
smartfrigde
017ee7b430
Change default window size to fit QR login
2023-05-13 22:42:35 +02:00
smartfrigde
a07546f28e
Add theme manager
2023-05-13 22:09:36 +02:00
Alyxia Sother
a2a997df30
[*] ESLint: The Lintening ( #393 )
...
* [*] ESLint: The Lintening
* Missed a couple unused vals in utils
* [*] Tend to DeepScan remarks
* [*] sigh, remove some duplicate crap
2023-05-08 21:24:30 +02:00
smartfrigde
08c4cb0a63
Add a way to set config in cli
2023-04-25 10:57:49 +02:00
BMT
66821e2dce
Allow Canary and PTB to use window popout ( #372 )
...
* Update window.ts
allow popout window for canary and ptb as they are selectable via armcord settings
* Update window.ts
fixed because i forget
2023-04-06 21:41:33 +02:00
Oro
b42e4d91ea
Comment out any Linux and Wayland checks ( #356 )
...
* Redo the Wayland checks for Linux
* Update the Wayland window decorations comments
* Nit: don't nest if checks, update some comments
* Nit: stricter env var checks
* toLowerCase() on Wayland/Linux string checks
* Use toLowerCase() properly
Co-authored-by: Ven <vendicated@riseup.net>
* Don't use toLowerCase() on XDG_SESSION_TYPE
* Null safety for XDG_SESSION_TYPE and toLowerCase
* Change how appendSwitch is used
* Forgot the quotes
* When the platform is Linux, it will always be lowercase
Co-authored-by: unlwly <x57luw@gmail.com>
* Comment out any Linux and Wayland checks
They were nonfunctioning anyways.
---------
Co-authored-by: Ven <vendicated@riseup.net>
Co-authored-by: unlwly <x57luw@gmail.com>
2023-03-09 16:50:17 +01:00
smartfridge
cc9bd3d8e7
Fix arRPC
2023-02-26 12:37:26 +01:00
smartfridge
f936382830
Fix arRPC
2023-02-25 21:37:45 +01:00
smartfridge
74598f2ed8
Update arRPC and add MS Store assets
2023-02-25 19:08:21 +01:00
smartfridge
f8d7ca68fa
Revert "Redo the Wayland checks for Linux ( #327 )" ( #338 )
...
This reverts commit a66f477af6
.
2023-01-24 19:54:18 +01:00
Oro
a66f477af6
Redo the Wayland checks for Linux ( #327 )
...
* Redo the Wayland checks for Linux
* Update the Wayland window decorations comments
* Nit: don't nest if checks, update some comments
* Nit: stricter env var checks
* toLowerCase() on Wayland/Linux string checks
* Use toLowerCase() properly
Co-authored-by: Ven <vendicated@riseup.net>
* Don't use toLowerCase() on XDG_SESSION_TYPE
* Null safety for XDG_SESSION_TYPE and toLowerCase
Co-authored-by: Ven <vendicated@riseup.net>
2023-01-24 10:29:57 +01:00
smartfrigde
70ba007e46
Use unified-acrylic
2023-01-11 20:00:28 +01:00
Ven
fe78be06d2
Fix settings injection on canary ( #326 )
...
* Fix settings injection on canary
* Put sideeffects up again
2023-01-07 08:49:04 +01:00
smartfrigde
34daa1888c
temp fix: settings load english specific css
2022-12-31 16:27:42 +01:00
smartfridge
6355082718
USE_WAYLAND env value handler
2022-12-27 16:12:34 +01:00
smartfridge
7463856b63
Add dynamic icon option
2022-12-27 11:34:26 +01:00
Ven
7822317d3a
rewrite science block, also block cloudflare nel & sentry ( #317 )
...
* rewrite science block, also block cloudflare nel
* Kill unused import
2022-12-26 23:29:29 +01:00
smartfridge
55fd573599
Add apt repo to readme
2022-12-26 18:28:15 +01:00
smartfridge
09fcd77803
Add a way to enable legacy capturer
2022-12-25 21:43:35 +01:00
smartfridge
2dec7c21dc
Update mod loader install logic
2022-12-25 21:06:07 +01:00
smartfridge
f9dbd884b3
Add css bundle download for mods
2022-12-25 20:47:25 +01:00
smartfridge
334d28542f
Tweak screensharing
2022-12-25 19:27:21 +01:00
smartfridge
8e16371521
Make ArmCord not cpu bomb on splash
2022-12-25 19:27:21 +01:00