Merge pull request #9 from slotmachinedev/main
Load fixes.css (ported from Vesktop).
This commit is contained in:
commit
c60e86cfd1
3 changed files with 3 additions and 5 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 });
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue