mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 02:02:47 +01:00
afaef
This commit is contained in:
@@ -843,7 +843,7 @@ local function createWindow()
|
||||
end
|
||||
mainWindow.bottomToolBar.isHidden = true
|
||||
|
||||
mainWindow.leftTreeView = mainWindow:addTreeView(1, 1, 1, 1, config.colorScheme.leftTreeView.background, 0x2D2D2D, 0x2D2D2D, 0xEEEEEE, 0x555555, 0x444444, 0x00DBFF, "/")
|
||||
mainWindow.leftTreeView = mainWindow:addTreeView(1, 1, 1, 1, config.colorScheme.leftTreeView.background, 0x2D2D2D, 0x2D2D2D, 0xEEEEEE, 0x888888, 0x444444, 0x00DBFF, "/")
|
||||
mainWindow.leftTreeView.onFileSelected = function(path)
|
||||
loadFile(path)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user