Skip to content

Commit e8be197

Browse files
authored
Default pc-app to high resolution (#124)
1 parent 91b08c5 commit e8be197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AppElement extends AsyncElement {
2626

2727
private _stencil = true;
2828

29-
private _highResolution = false;
29+
private _highResolution = true;
3030

3131
private _hierarchyReady = false;
3232

0 commit comments

Comments
 (0)