Fix breaking on empty mod paths and add Url field

This commit is contained in:
Ottermandias 2022-06-05 12:28:11 +02:00
parent 8cfc605ed3
commit 7409d0bc2f
3 changed files with 11 additions and 10 deletions

View file

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Dalamud.Logging;
using OtterGui.Filesystem;