We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ba8b7 commit c39fb4fCopy full SHA for c39fb4f
1 file changed
plugins/cloudstorage.koplugin/cloudstorage.lua
@@ -73,7 +73,7 @@ function CloudStorage:init(re_init)
73
self.paths = {}
74
self:switchItemTable(self.title, self.item_table, self.item_idx, nil, "")
75
self.item_idx = nil -- set item_idx before opening a server to keep the page when reopening the root list
76
- self.remote_selected_files = nil -- select mode off
+ self.remote_selected_files = nil -- select mode off
77
self:setTitleBarLeftIcon("plus")
78
else
79
self.title_bar_left_icon = "plus"
0 commit comments