mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-25 15:11:59 +00:00
misc: chore: restore not enable
This commit is contained in:
parent
845c86f545
commit
cca429d46a
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
.Sort(GetComparer())
|
||||
#pragma warning disable MVVMTK0034
|
||||
.Bind(out _appsObservableList)
|
||||
#pragma warning enable MVVMTK0034
|
||||
#pragma warning restore MVVMTK0034
|
||||
.AsObservableList();
|
||||
|
||||
OnPropertyChanged(nameof(AppsObservableList));
|
||||
|
|
Loading…
Reference in a new issue