Skip to content

Commit 3d0bd55

Browse files
committed
feat: Delete Version
1 parent fc2ac12 commit 3d0bd55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@
292292
{{ ver }}
293293
</div>
294294
<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)">
295+
<div class="btn-group btn-group-sm">
296+
<!-- <button class="btn btn-info" @click="$emit('installFunc', 'forge', ver)">
297297
<i class="fa fa-cloud-download"></i>
298298
Forge
299299
</button>
@@ -304,7 +304,7 @@
304304
<button class="btn btn-info" @click="$emit('installFunc', 'optifine', ver)">
305305
<i class="fa fa-cloud-download"></i>
306306
OptiFine
307-
</button>
307+
</button> -->
308308
<button class="btn btn-danger" @click="deleteVersion(ver)">
309309
<i class="fa fa-trash"></i>
310310
</button>

0 commit comments

Comments
 (0)