mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-06-04 11:05:50 +08:00
Merge branch 'main' into feat-gpu
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#if DEBUG
|
||||
using BetterGenshinImpact.ViewModel;
|
||||
|
||||
#if DEBUG
|
||||
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using Microsoft.ClearScript;
|
||||
@@ -32,6 +34,6 @@ public partial class ScriptControlViewModel : ObservableObject, INavigationAware
|
||||
|
||||
#else
|
||||
|
||||
public partial class ScriptControlViewModel : CommunityToolkit.Mvvm.ComponentModel.ObservableObject { }
|
||||
public partial class ScriptControlViewModel : CommunityToolkit.Mvvm.ComponentModel.ObservableObject, IViewModel { }
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user