Access the shared container from escher and apps

This commit is contained in:
Ruben Dashyan
2019-05-16 15:26:04 +02:00
committed by EmilieNumworks
parent 3546788573
commit 268ad3f3ba
4 changed files with 15 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ bool AppsContainer::switchTo(App::Snapshot * snapshot) {
}
void AppsContainer::run() {
setSharedContainer(this);
window()->setFrame(KDRect(0, 0, Ion::Display::Width, Ion::Display::Height));
refreshPreferences();