04d73a5824
* Added a lot more Luna packages. It is now possible to start Luna, complete the first use app, and use the system. ARM support still broken. * Cleanup & testing fixes. Starting in a fresh qemu environment works, but isn't quite deterministic. See wiki page for details
12 lines
562 B
Diff
12 lines
562 B
Diff
diff --git a/src/qml/ApplicationContainer.qml b/src/qml/ApplicationContainer.qml
|
|
index 3d5f332..f90f5d4 100644
|
|
--- a/src/qml/ApplicationContainer.qml
|
|
+++ b/src/qml/ApplicationContainer.qml
|
|
@@ -127,7 +127,6 @@ Flickable {
|
|
backgroundColor: (webAppWindow.windowType === "dashboard" || webAppWindow.windowType === "popupalert") ? "transparent": "white"
|
|
|
|
userScripts: webAppWindow.userScripts;
|
|
- devicePixelRatio: webAppWindow.devicePixelRatio
|
|
|
|
onJavaScriptConsoleMessage: console.warn("CONSOLE JS: " + message);
|
|
|