mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update option title
This commit is contained in:
parent
b4bfbd0b3e
commit
aaec6d6507
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ impl Item {
|
||||||
pub fn add() -> Self {
|
pub fn add() -> Self {
|
||||||
Object::builder()
|
Object::builder()
|
||||||
.property("value", G_VALUE_ADD)
|
.property("value", G_VALUE_ADD)
|
||||||
.property("title", "Add new..")
|
.property("title", "Add..")
|
||||||
.property("is-default", false)
|
.property("is-default", false)
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue