Skip to content

Commit c39fb4f

Browse files
authored
cloudstorage: select remote files
1 parent 87ba8b7 commit c39fb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/cloudstorage.koplugin/cloudstorage.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function CloudStorage:init(re_init)
7373
self.paths = {}
7474
self:switchItemTable(self.title, self.item_table, self.item_idx, nil, "")
7575
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
76+
self.remote_selected_files = nil -- select mode off
7777
self:setTitleBarLeftIcon("plus")
7878
else
7979
self.title_bar_left_icon = "plus"

0 commit comments

Comments
 (0)