Merge pull request #3516 from AtomCrafty/fix-3514

Hide resolution dropdown when starting in windowed mode
This commit is contained in:
Dan Balasescu 2018-10-02 09:34:54 +09:00 committed by GitHub
commit 91a90ca34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ private void load(FrameworkConfigManager config, OsuGameBase game)
}
else
resolutionDropdown.Hide();
});
}, true);
}
letterboxing.BindValueChanged(isVisible =>