WIP: Add iOS version #10
@@ -130,7 +130,6 @@ class SettingsViewModel: ChangeNotifier
|
|||||||
public void OpenSettingsDir()
|
public void OpenSettingsDir()
|
||||||
{
|
{
|
||||||
var topLevel = _topLevelGrabber?.GetTopLevel();
|
var topLevel = _topLevelGrabber?.GetTopLevel();
|
||||||
Console.WriteLine(Utilities.GetInternalDataPath());
|
|
||||||
var dirName = Utilities.GetInternalDataPath();
|
var dirName = Utilities.GetInternalDataPath();
|
||||||
if (topLevel is not null && dirName != null)
|
if (topLevel is not null && dirName != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user