feat: add Terminal and ScaleFactor property
Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
@ -41,6 +41,21 @@
|
||||
/>
|
||||
</property>
|
||||
|
||||
<property name="Terminal" type="b" access="read">
|
||||
<annotation
|
||||
name="org.freedesktop.DBus.Description"
|
||||
value="Indicate this application should launch by DEFAULT terminal or not."
|
||||
/>
|
||||
</property>
|
||||
|
||||
<property name="ScaleFactor" type="d" access="readwrite">
|
||||
<annotation
|
||||
name="org.freedesktop.DBus.Description"
|
||||
value="Indicate the scale factor of application's instance.
|
||||
Note: Set `0` to use global scaleFactor"
|
||||
/>
|
||||
</property>
|
||||
|
||||
<property name="ActionName" type="a{ss}" access="read">
|
||||
<annotation
|
||||
name="org.freedesktop.DBus.Description"
|
||||
|
Reference in New Issue
Block a user