mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-09 21:41:54 +00:00
update option title
This commit is contained in:
parent
b4bfbd0b3e
commit
aaec6d6507
@ -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…
x
Reference in New Issue
Block a user