Now Viewer is a standard for images

This commit is contained in:
Bs0Dd 2021-08-25 00:30:18 +06:00
parent a1404171d1
commit 10a87305c0
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ paths.system.applicationPictureEdit = paths.system.applications .. "Picture Edit
paths.system.applicationSettings = paths.system.applications .. "Settings.app/Main.lua"
paths.system.applicationPrint3D = paths.system.applications .. "3D Print.app/Main.lua"
paths.system.applicationConsole = paths.system.applications .. "Console.app/Main.lua"
paths.system.applicationViewer = paths.system.applications .. "Viewer.app/Main.lua"
--------------------------------------------------------------------------------

View File

@ -131,7 +131,7 @@ function system.getDefaultUserSettings()
[".cfg"] = filesystem.path(paths.system.applicationMineCodeIDE),
[".txt"] = filesystem.path(paths.system.applicationMineCodeIDE),
[".lang"] = filesystem.path(paths.system.applicationMineCodeIDE),
[".pic"] = filesystem.path(paths.system.applicationPictureEdit),
[".pic"] = filesystem.path(paths.system.applicationViewer),
[".3dm"] = paths.system.applications .. "3D Print.app/"
},
}