mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Added localization file icon
This commit is contained in:
parent
e1895baeea
commit
8e73b7f96d
BIN
Icons/Localization.pic
Normal file
BIN
Icons/Localization.pic
Normal file
Binary file not shown.
@ -71,6 +71,7 @@
|
|||||||
"Icons/Text.pic",
|
"Icons/Text.pic",
|
||||||
"Icons/Trash.pic",
|
"Icons/Trash.pic",
|
||||||
"Icons/User.pic",
|
"Icons/User.pic",
|
||||||
|
"Icons/Localization.pic",
|
||||||
-- Sample
|
-- Sample
|
||||||
"Applications/Sample.app/Main.lua",
|
"Applications/Sample.app/Main.lua",
|
||||||
"Applications/Sample.app/Icon.pic",
|
"Applications/Sample.app/Icon.pic",
|
||||||
|
|||||||
@ -2417,6 +2417,9 @@ function system.getDefaultProperties()
|
|||||||
[".txt"] = {
|
[".txt"] = {
|
||||||
icon = paths.system.icons .. "Text.pic"
|
icon = paths.system.icons .. "Text.pic"
|
||||||
},
|
},
|
||||||
|
[".lang"] = {
|
||||||
|
icon = paths.system.icons .. "Localization.pic"
|
||||||
|
},
|
||||||
[".pkg"] = {
|
[".pkg"] = {
|
||||||
icon = paths.system.icons .. "Archive.pic",
|
icon = paths.system.icons .. "Archive.pic",
|
||||||
launcher = paths.system.extensions .. "Pkg/Launcher.lua",
|
launcher = paths.system.extensions .. "Pkg/Launcher.lua",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user