aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2022-09-29 20:45:25 +0200
committerAlystrasz <contact@remyraes.com>2022-09-29 20:45:25 +0200
commitdc428b4bef95adaaad2846f53fad63ef24fa70c2 (patch)
treed0eb3e0d9a333dc13412e03102ddd4da5b70febe /src-vue
parent9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9 (diff)
parent28d890f146245798d43be4605ddb8f0165474aec (diff)
downloadFlightCore-dc428b4bef95adaaad2846f53fad63ef24fa70c2.tar.gz
FlightCore-dc428b4bef95adaaad2846f53fad63ef24fa70c2.zip
Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-ui
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..b3336e51 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 <el-link :underline="false" target="_blank" href="https://github.com/TFORevive/tforevive_launcher/" type="primary">TFORevive Launcher</el-link> (not yet public)
</div>
</template>