mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Track ui scale setting
This commit is contained in:
parent
af9bb6f277
commit
4b01c23c11
@ -194,7 +194,8 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
string skinName = LookupSkinName(m) ?? string.Empty;
|
||||
return new SettingDescription(skinName, SkinSettingsStrings.SkinSectionHeader, skinName, $"{GlobalActionKeyBindingStrings.RandomSkin}: {LookupKeyBindings(GlobalAction.RandomSkin)}");
|
||||
})
|
||||
}),
|
||||
new TrackedSetting<float>(OsuSetting.UIScale, m => new SettingDescription(m, GraphicsSettingsStrings.UIScaling, $"{m.ToString("N2")}x")), // TODO: implement lookup for framework platform key bindings
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user