We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e5b77 commit 200a335Copy full SHA for 200a335
1 file changed
Source/NETworkManager/ViewModels/SettingsSettingsViewModel.cs
@@ -1,6 +1,5 @@
1
using MahApps.Metro.Controls.Dialogs;
2
using NETworkManager.Settings;
3
-using NETworkManager.Settings;
4
using NETworkManager.Utilities;
5
using System;
6
using System.Diagnostics;
@@ -17,6 +16,8 @@ public class SettingsSettingsViewModel : ViewModelBase
17
16
18
public Action CloseAction { get; set; }
19
+ public bool IsPortable => ConfigurationManager.Current.IsPortable;
20
+
21
private string _location;
22
public string Location
23
{
0 commit comments