mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 20:24:26 -07:00
move source files
This commit is contained in:
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
@@ -33,7 +33,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="_External\UAssetAPI\UAssetAPI\UAssetAPI.csproj" />
|
<ProjectReference Include="..\_External\UAssetAPI\UAssetAPI\UAssetAPI.csproj" />
|
||||||
<ProjectReference Include="_External/SaturnData/SaturnData/SaturnData.csproj" />
|
<ProjectReference Include="../_External/SaturnData/SaturnData/SaturnData.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -8,14 +7,14 @@ using Avalonia.Interactivity;
|
|||||||
using Avalonia.Platform.Storage;
|
using Avalonia.Platform.Storage;
|
||||||
using Avalonia.Threading;
|
using Avalonia.Threading;
|
||||||
using MercuryConverter.Data;
|
using MercuryConverter.Data;
|
||||||
using UAssetAPI;
|
|
||||||
using UAssetAPI.UnrealTypes;
|
|
||||||
|
|
||||||
namespace MercuryConverter.UI.Dialogs;
|
namespace MercuryConverter.UI.Dialogs;
|
||||||
|
|
||||||
public partial class DataScanning : UserControl
|
public partial class DataScanning : UserControl
|
||||||
{
|
{
|
||||||
public static DataScanning? Instance { get; private set; }
|
public static DataScanning? Instance { get; private set; }
|
||||||
|
|
||||||
|
|
||||||
public DataScanning()
|
public DataScanning()
|
||||||
{
|
{
|
||||||
Instance = this;
|
Instance = this;
|
||||||
@@ -66,7 +65,7 @@ public partial class DataScanning : UserControl
|
|||||||
Dispatcher.UIThread.Post(() =>
|
Dispatcher.UIThread.Post(() =>
|
||||||
{
|
{
|
||||||
ScanStatus.Text = "select your data folder...";
|
ScanStatus.Text = "select your data folder...";
|
||||||
ScanPath.IsVisible = false;
|
ScanPath.IsVisible = true;
|
||||||
ScanInfo.IsVisible = false;
|
ScanInfo.IsVisible = false;
|
||||||
ButtonGroup.IsVisible = false;
|
ButtonGroup.IsVisible = false;
|
||||||
ProgressAnimation.IsVisible = true;
|
ProgressAnimation.IsVisible = true;
|
||||||
Reference in New Issue
Block a user