diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-28 15:09:29 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-28 15:09:29 +0200 |
commit | f430aab6310a49c03bb3b244dd56fc00fc206926 (patch) | |
tree | 9500aa02cac1a3f51b47c2470765c44542202ad5 | |
parent | 5c389c65d00accfb75277e4c91b40899e6f3c79f (diff) | |
download | FlightCore-f430aab6310a49c03bb3b244dd56fc00fc206926.tar.gz FlightCore-f430aab6310a49c03bb3b244dd56fc00fc206926.zip |
feat: Mention TFOR for UI inspiration
-rw-r--r-- | src-vue/src/views/SettingsView.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-vue/src/views/SettingsView.vue b/src-vue/src/views/SettingsView.vue index dbea2ce3..63ebbf8d 100644 --- a/src-vue/src/views/SettingsView.vue +++ b/src-vue/src/views/SettingsView.vue @@ -12,6 +12,8 @@ <el-button icon="Folder" @click="updateGamePath"/> </template> </el-input> + <h3>About:</h3> + UI design inspired by <a href="https://github.com/TFORevive/tforevive_launcher/">TFORevive Launcher</a> (not yet public) </div> </template> |