mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Detect if FUSE is available before allowing to use it for VFS.
This commit is contained in:
@@ -101,6 +101,8 @@ namespace RomRepoMgr.ViewModels
|
||||
set => this.RaiseAndSetIfChanged(ref _selectedRomSet, value);
|
||||
}
|
||||
|
||||
public bool IsVfsAvailable => Fuse.IsAvailable;
|
||||
|
||||
internal async void ExecuteSettingsCommand()
|
||||
{
|
||||
var dialog = new SettingsDialog();
|
||||
@@ -288,9 +290,6 @@ namespace RomRepoMgr.ViewModels
|
||||
|
||||
async void ExecuteMountCommand()
|
||||
{
|
||||
// TODO: Detect if Windows or *NIX
|
||||
// TODO: Detect if libraries are available
|
||||
|
||||
var dlgOpen = new OpenFolderDialog
|
||||
{
|
||||
Title = "Select mount point..."
|
||||
|
||||
Reference in New Issue
Block a user