summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 317383d..db82370 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -55,6 +55,7 @@ int main(int argc, char *argv[])
return Bus::inst()->registerService() ? 0 : 1;
}
+ ScreenSetup::inst()->addMissingEdidResolutions();
ScreenSetup::inst()->initModes();
if (CommandLine::center()) {