qwen edit

This commit is contained in:
Курнат Андрей
2026-02-18 14:05:32 +03:00
parent 49d19cdbdb
commit 55c620f5a3
12 changed files with 184 additions and 44 deletions

View File

@@ -44,7 +44,7 @@ public partial class CalibreLibraryViewModel : BaseViewModel
{
var url = await _settingsService.GetAsync(SettingsKeys.CalibreUrl);
var username = await _settingsService.GetAsync(SettingsKeys.CalibreUsername);
var password = await _settingsService.GetAsync(SettingsKeys.CalibrePassword);
var password = await _settingsService.GetSecurePasswordAsync();
IsConfigured = !string.IsNullOrWhiteSpace(url);