mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-19 11:46:50 +00:00
Add information about user library flag
This commit is contained in:
parent
a605018176
commit
7d6a6ee9b3
@ -107,7 +107,7 @@ impl OnkostarEditor {
|
||||
fn print_items(title: &str, list: &[impl Listable]) {
|
||||
print!("\n{} {}", list.len(), style(title).underlined());
|
||||
println!(
|
||||
" - Inhalte der Systembibliothek sind mit ({}) markiert",
|
||||
" - Inhalte der Systembibliothek sind mit ({}), der Benutzerbibliothek mit (u) markiert",
|
||||
style("S").yellow()
|
||||
);
|
||||
list.iter()
|
||||
@ -131,7 +131,7 @@ impl OnkostarEditor {
|
||||
fn print_items_tree(&self, title: &str, list: &[impl Requires]) {
|
||||
print!("\n{} {}", list.len(), style(title).underlined());
|
||||
println!(
|
||||
" - Inhalte der Systembibliothek sind mit ({}) markiert",
|
||||
" - Inhalte der Systembibliothek sind mit ({}), der Benutzerbibliothek mit (u) markiert",
|
||||
style("S").yellow()
|
||||
);
|
||||
list.iter()
|
||||
|
Loading…
x
Reference in New Issue
Block a user