mirror of
https://github.com/4sval/FModel.git
synced 2026-09-13 20:16:38 -05:00
fixed some audios + fixed cid 776 + fixed pickaxes without images
This commit is contained in:
@@ -55,7 +55,7 @@ namespace FModel
|
||||
}
|
||||
private async void OnLoaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
FModelVersion_TxtBlck.Text += Assembly.GetExecutingAssembly().GetName().Version.ToString().Substring(0, 5);
|
||||
FModelVersion_TxtBlck.Text += Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
FModel_StsBar.DataContext = StatusBarVm.statusBarViewModel;
|
||||
FModel_AvalonEdit.DataContext = AvalonEditVm.avalonEditViewModel;
|
||||
FModel_ImgBox.DataContext = ImageBoxVm.imageBoxViewModel;
|
||||
|
||||
Reference in New Issue
Block a user