mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Bleh.
This commit is contained in:
parent
699ae8e1fb
commit
48dd4bcadb
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public class FileDialogService : IDisposable
|
|||
|
||||
private static string HandleRoot(string path)
|
||||
{
|
||||
if (path.Length == 2 && path[1] == ':')
|
||||
if (path is [_, ':'])
|
||||
return path + '\\';
|
||||
|
||||
return path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue