mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Applied v0.2.0 in app data
This commit is contained in:
parent
920fd56ea8
commit
bae43c8fd2
3 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ ApplicationWindow {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
font { weight: Font.Bold; pointSize: 15 }
|
font { weight: Font.Bold; pointSize: 15 }
|
||||||
text: "VirtScreen"
|
text: "VirtScreen" + " v" + settings.version
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.2",
|
"version": "0.2.0",
|
||||||
"x11vncVersion": "0.9.15",
|
"x11vncVersion": "0.9.15",
|
||||||
"theme_color": 8,
|
"theme_color": 8,
|
||||||
"virt": {
|
"virt": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.2",
|
"version": "0.2.0",
|
||||||
"x11vncOptions": {
|
"x11vncOptions": {
|
||||||
"-ncache": {
|
"-ncache": {
|
||||||
"value": "-ncache",
|
"value": "-ncache",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue