mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Check for skins folder also
This commit is contained in:
parent
8cb0b5e98d
commit
eb86f9de5e
@ -92,7 +92,7 @@ namespace osu.Desktop
|
|||||||
{
|
{
|
||||||
protected override string LocateBasePath()
|
protected override string LocateBasePath()
|
||||||
{
|
{
|
||||||
bool checkExists(string p) => Directory.Exists(Path.Combine(p, "Songs"));
|
bool checkExists(string p) => Directory.Exists(Path.Combine(p, "Songs")) && Directory.Exists(Path.Combine(p, "Skins"));
|
||||||
|
|
||||||
string stableInstallPath;
|
string stableInstallPath;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user