1
0
Fork 0

Merge pull request #9 from slotmachinedev/main

Load fixes.css (ported from Vesktop).
This commit is contained in:
nin0dev 2024-04-30 22:08:43 -04:00 committed by GitHub
commit c60e86cfd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View file

@ -40,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: app name: app
path: ${{ env.main_project_module }}/build/outputs/apk/debug/ path: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk

View file

@ -23,9 +23,6 @@ However, if you currently want to use a mobile mod, you can use [Aliucord](https
## Download ## Download
> [!WARNING]
> After finishing the setup wizard, Discord may not load. This only happens at that moment, you have to restart the app to load Discord.
[Here!](https://github.com/VendroidEnhanced/Vendroid/releases/latest/download/app-release.apk) [Here!](https://github.com/VendroidEnhanced/Vendroid/releases/latest/download/app-release.apk)
## Build ## Build

View file

@ -39,7 +39,8 @@
Object.assign(document.createElement("link"), { Object.assign(document.createElement("link"), {
rel: "stylesheet", rel: "stylesheet",
type: "text/css", type: "text/css",
href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css" href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css",
href: "https://raw.githubusercontent.com/VendroidEnhanced/Vencord/main/src/utils/fixes.css"
}) })
), { once: true }); ), { once: true });
})(); })();