aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-11-28 19:31:21 +0100
committerGitHub <noreply@github.com>2022-11-28 19:31:21 +0100
commit7f49d533bf68e563a24099ec2492e18599f19671 (patch)
treea3d67f07b95b728c51e1f865f21cdfdbab62215f
parent179474d2c2a09abaa8806b9da791121b6a5ca082 (diff)
downloadFlightCore-7f49d533bf68e563a24099ec2492e18599f19671.tar.gz
FlightCore-7f49d533bf68e563a24099ec2492e18599f19671.zip
feat: Give example for modstring in text box (#83)
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
-rw-r--r--src-vue/src/views/DeveloperView.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/views/DeveloperView.vue b/src-vue/src/views/DeveloperView.vue
index 3622a596..eec70194 100644
--- a/src-vue/src/views/DeveloperView.vue
+++ b/src-vue/src/views/DeveloperView.vue
@@ -28,7 +28,7 @@
<h3>Mod install:</h3>
- <el-input v-model="mod_to_install_field_string" placeholder="Please input Thunderstore dependency string" clearable />
+ <el-input v-model="mod_to_install_field_string" placeholder="Please input Thunderstore dependency string (example: AuthorName-ModName-1.2.3)" clearable />
<el-button type="primary" @click="installMod">
Install mod