needs bug fixing

This commit is contained in:
filipriec
2025-03-22 19:37:41 +01:00
parent 841418759b
commit 04b4220c76
3 changed files with 128 additions and 43 deletions

View File

@@ -16,6 +16,7 @@ pub struct AppState {
pub total_count: u64,
pub current_position: u64,
pub profile_tree: ProfileTreeResponse,
pub selected_profile: Option<String>,
// UI preferences
pub ui: UiState,