We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2ac12 commit 3d0bd55Copy full SHA for 3d0bd55
src/main.html
@@ -292,8 +292,8 @@
292
{{ ver }}
293
</div>
294
<div class="float-right">
295
- <div class="btn-group btn-group-sm" v-if="false">
296
- <button class="btn btn-info" @click="$emit('installFunc', 'forge', ver)">
+ <div class="btn-group btn-group-sm">
+ <!-- <button class="btn btn-info" @click="$emit('installFunc', 'forge', ver)">
297
<i class="fa fa-cloud-download"></i>
298
Forge
299
</button>
@@ -304,7 +304,7 @@
304
<button class="btn btn-info" @click="$emit('installFunc', 'optifine', ver)">
305
306
OptiFine
307
- </button>
+ </button> -->
308
<button class="btn btn-danger" @click="deleteVersion(ver)">
309
<i class="fa fa-trash"></i>
310
0 commit comments