revolt (#213)
Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: #213 Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
dc444c7af9
commit
6b33b5a734
2 changed files with 7 additions and 4 deletions
|
@ -25,6 +25,10 @@ It is written in C++ with portability in mind, and we actively maintain builds f
|
||||||
<img src="https://img.shields.io/discord/1367654015269339267?color=5865F2&label=Eden&logo=discord&logoColor=white"
|
<img src="https://img.shields.io/discord/1367654015269339267?color=5865F2&label=Eden&logo=discord&logoColor=white"
|
||||||
alt="Discord">
|
alt="Discord">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://rvlt.gg/qKgFEAbH">
|
||||||
|
<img src="https://img.shields.io/revolt/invite/qKgFEAbH?color=d61f3a&label=Revolt"
|
||||||
|
alt="Revolt">
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -46,10 +50,9 @@ Check out our [website](https://eden-emu.dev) for the latest news on exciting fe
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Most of the development happens on our Git server. It is also where [our central repository](https://git.eden-emu.dev/eden-emu/eden) is hosted. For development discussions, please join us on [Discord](https://discord.gg/edenemu).
|
Most of the development happens on our Git server. It is also where [our central repository](https://git.eden-emu.dev/eden-emu/eden) is hosted. For development discussions, please join us on [Discord](https://discord.gg/kXAmGCXBGD) or [Revolt](https://rvlt.gg/qKgFEAbH).
|
||||||
|
|
||||||
If you would like to contribute, we are open to new developers and pull requests. Please ensure that your work is of a high standard and properly documented.
|
If you would like to contribute, we are open to new developers and pull requests. Please ensure that your work is of a high standard and properly documented. You can also contact any of the developers on Discord or Revolt to learn more about the current state of the emulator.
|
||||||
You can also contact any of the developers on Discord to learn more about the current state of the emulator.
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
|
@ -3656,7 +3656,7 @@ void GMainWindow::OnOpenFAQ() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GMainWindow::OnOpenDiscord() {
|
void GMainWindow::OnOpenDiscord() {
|
||||||
OpenURL(QUrl(QStringLiteral("https://discord.gg/edenemu")));
|
OpenURL(QUrl(QStringLiteral("https://discord.gg/kXAmGCXBGD")));
|
||||||
}
|
}
|
||||||
|
|
||||||
void GMainWindow::ToggleFullscreen() {
|
void GMainWindow::ToggleFullscreen() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue