mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-20 06:10:12 +10:00
Coding for Package Manager.
This commit is contained in:
@@ -92,12 +92,14 @@
|
||||
Object.defineProperty(global.Bridge.UI, "darkmode", {
|
||||
get: function() { return ext.System.UI.DarkMode; }
|
||||
});
|
||||
Object.defineProperty(global.Bridge.UI.Splash, "backcolor", {
|
||||
get: function() { return ext.System.UI.SplashBackgroundColor; },
|
||||
});
|
||||
Object.defineProperty(global.Bridge.UI.Splash, "imageurl", {
|
||||
get: function() { return ext.System.UI.SplashImage; },
|
||||
});
|
||||
|
||||
|
||||
try {
|
||||
Object.defineProperty(global.Bridge.UI.Splash, "backcolor", {
|
||||
get: function() { return ext.System.UI.SplashBackgroundColor; },
|
||||
});
|
||||
} catch (e) {}
|
||||
try {
|
||||
Object.defineProperty(global.Bridge.UI.Splash, "imageurl", {
|
||||
get: function() { return ext.System.UI.SplashImage; },
|
||||
});
|
||||
} catch (e) {}
|
||||
})(this);
|
||||
Reference in New Issue
Block a user