mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-20 06:10:12 +10:00
Update Settings Shell.
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
byid: function(resid) { return ext.System.Resources.GetById(resid); },
|
||||
nameToId: function(resname) { return ext.System.Resources.ToId(resname); },
|
||||
idToName: function(resid) { return ext.System.Resources.ToName(resid); },
|
||||
fromOthers: function(filepath, resid) { return ext.System.Resources.GetFromOthers(filepath, resid); },
|
||||
fromFile: function(filepath, resid) { return ext.System.Resources.GetFromOthers(filepath, resid); },
|
||||
fromfile: function(filepath, resid) { return ext.System.Resources.GetFromOthers(filepath, resid); },
|
||||
},
|
||||
Package: {
|
||||
filepaths: function() {
|
||||
|
||||
Reference in New Issue
Block a user