docs(ui): clarify repo-import checkbox default intent
This commit is contained in:
@@ -101,6 +101,7 @@ public sealed partial class RepoImportModalViewModel : ViewModelBase
|
|||||||
Name = c.Name,
|
Name = c.Name,
|
||||||
FullPath = c.FullPath,
|
FullPath = c.FullPath,
|
||||||
AlreadyAdded = alreadyAdded,
|
AlreadyAdded = alreadyAdded,
|
||||||
|
// New repos start unchecked (no auto-select); already-added rows show ticked + disabled.
|
||||||
IsChecked = alreadyAdded,
|
IsChecked = alreadyAdded,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user