mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-18 21:30:12 +10:00
8 lines
133 B
JavaScript
8 lines
133 B
JavaScript
(function(global) {
|
|
"use strict";
|
|
|
|
function ready(e) {
|
|
Windows.UI.DPI.mode = 1
|
|
}
|
|
OnLoad.add(ready);
|
|
})(this); |