mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:14:54 +08:00
New Project Window
This commit is contained in:
+1
-1
@@ -1433,7 +1433,7 @@ namespace CodeWalker
|
||||
private void ViewModel(string name, string path, byte[] data, RpfFileEntry e)
|
||||
{
|
||||
var nl = e?.NameLower ?? "";
|
||||
var fe = new FileInfo(nl).Extension;
|
||||
var fe = Path.GetExtension(nl);
|
||||
ModelForm f = new ModelForm(this);
|
||||
f.Show();
|
||||
switch (fe)
|
||||
|
||||
Reference in New Issue
Block a user