Merge pull request #1965 from Aergwyn/fix-settings

Fix settings button
This commit is contained in:
Dean Herbert 2018-01-25 08:54:19 +09:00 committed by GitHub
commit b3b4e04950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public ToolbarSettingsButton()
}
[BackgroundDependencyLoader(true)]
private void load(SettingsOverlay settings)
private void load(MainSettings settings)
{
StateContainer = settings;
}