aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-28 15:09:29 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-28 15:09:29 +0200
commitf430aab6310a49c03bb3b244dd56fc00fc206926 (patch)
tree9500aa02cac1a3f51b47c2470765c44542202ad5 /src-vue
parent5c389c65d00accfb75277e4c91b40899e6f3c79f (diff)
downloadFlightCore-f430aab6310a49c03bb3b244dd56fc00fc206926.tar.gz
FlightCore-f430aab6310a49c03bb3b244dd56fc00fc206926.zip
feat: Mention TFOR for UI inspiration
Diffstat (limited to 'src-vue')
-rw-r--r--src-vue/src/views/SettingsView.vue2
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>