Replace Tyrrrz.Settings with Cogwheel

This commit is contained in:
Tyrrrz
2023-02-20 02:56:39 +02:00
parent f36852a1a2
commit 404542d973
3 changed files with 14 additions and 10 deletions

View File

@@ -71,10 +71,8 @@ public class DashboardViewModel : PropertyChangedBase
public void OnViewLoaded()
{
if (_settingsService.LastToken is not null)
{
if (!string.IsNullOrWhiteSpace(_settingsService.LastToken))
Token = _settingsService.LastToken;
}
}
public async void ShowSettings()