mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-12 19:51:02 +05:00
Now Viewer is a standard for images
This commit is contained in:
parent
a1404171d1
commit
10a87305c0
@ -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"
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -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/"
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user