|
@@ -229,7 +229,7 @@
|
|
|
(t :plugin/uninstall)]]]]
|
|
(t :plugin/uninstall)]]]]
|
|
|
|
|
|
|
|
[:div.r.flex.items-center
|
|
[:div.r.flex.items-center
|
|
|
- (if (not disabled)
|
|
|
|
|
|
|
+ (if (and (not iir) (not disabled))
|
|
|
[:a.btn
|
|
[:a.btn
|
|
|
{:on-click #(js-invoke js/LSPluginCore "reload" id)}
|
|
{:on-click #(js-invoke js/LSPluginCore "reload" id)}
|
|
|
(t :plugin/reload)])
|
|
(t :plugin/reload)])
|