We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82c457 commit 61502a1Copy full SHA for 61502a1
src/index.ts
@@ -162,8 +162,6 @@ BBPlugin.register(PACKAGE.name, {
162
await_loading: true,
163
onload() {
164
events.LOAD.dispatch()
165
- // FIXME - Remove this
166
- openInstallPopup()
167
},
168
onunload() {
169
events.UNLOAD.dispatch()
@@ -174,5 +172,10 @@ BBPlugin.register(PACKAGE.name, {
174
172
175
173
onuninstall() {
176
events.UNINSTALL.dispatch()
+ Blockbench.showMessageBox({
+ title: 'Animated Java has Been Uninstalled!',
177
+ message: 'In order to fully uninstall Animated Java, please restart Blockbench.',
178
+ buttons: ['OK'],
179
+ })
180
181
})
0 commit comments