Files
App-Installer-For-Windows-8…/shared/html/settings/appinstaller/initsame.js
T
2025-11-29 18:19:08 +08:00

8 lines
133 B
JavaScript

(function(global) {
"use strict";
function ready(e) {
Windows.UI.DPI.mode = 1
}
OnLoad.add(ready);
})(this);