Fix formatting

This commit is contained in:
Dean Herbert 2018-09-07 18:14:27 +09:00
parent 168dbe9329
commit 75d2cb199c
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ public SkinManager(Storage storage, DatabaseContextFactory contextFactory, IIpcH
{
this.audio = audio;
ItemRemoved += removedInfo => {
ItemRemoved += removedInfo =>
{
// check the removed skin is not the current user choice. if it is, switch back to default.
if (removedInfo.ID == CurrentSkinInfo.Value.ID)
CurrentSkinInfo.Value = SkinInfo.Default;