refactor(#2826): rename View to Window

This commit is contained in:
Alexander Courtis
2025-06-16 13:42:56 +10:00
parent 5377a3fd69
commit fc81249d4f
21 changed files with 118 additions and 118 deletions

View File

@@ -113,7 +113,7 @@ local CMDS = {
command = function(c)
local explorer = core.get_explorer()
if explorer then
explorer.view:resize(c.args)
explorer.window:resize(c.args)
end
end,
},