mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-20 21:18:23 +00:00
Replace Tyrrrz.Settings with Cogwheel
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user