We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd621a commit ae9bd10Copy full SHA for ae9bd10
2 files changed
manifest.json
@@ -2,7 +2,7 @@
2
"addons": [
3
{
4
"id": "plugin_manager",
5
- "version": "0.1.1.2",
+ "version": "0.1.1.3",
6
"description": "A GUI interface to Adam's pragtical plugin manager.",
7
"type": "plugin",
8
"path": "plugins/plugin_manager",
plugins/plugin_manager/plugin_view.lua
@@ -64,7 +64,7 @@ function PluginView.from_state(state)
64
while not pv.initialized do
65
coroutine.yield(0.3)
66
end
67
- local offset = state.selected_plugin_idx
+ local offset = state.selected_plugin_idx or 0
68
if offset > 0 then
69
pv.selected_plugin = pv:get_sorted_plugins()[offset]
70
pv.selected_plugin_idx = offset
0 commit comments