openshot: disable google-analytics by default
This commit is contained in:
parent
d6b49dec90
commit
bfbe7fce56
2 changed files with 19 additions and 1 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
--- src/settings/_default.settings.orig 2016-09-04 08:57:45.591685817 +0200
|
||||||
|
+++ src/settings/_default.settings 2016-09-04 08:57:59.528686536 +0200
|
||||||
|
@@ -232,7 +232,7 @@
|
||||||
|
"restart": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
- "value": true,
|
||||||
|
+ "value": false,
|
||||||
|
"title": "Send Anonymous Metrics and Errors",
|
||||||
|
"type": "bool",
|
||||||
|
"category": "Debug",
|
||||||
|
@@ -628,4 +628,4 @@
|
||||||
|
"value": "Ctrl+I",
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
-]
|
||||||
|
\ No newline at end of file
|
||||||
|
+]
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openshot'
|
# Template file for 'openshot'
|
||||||
pkgname=openshot
|
pkgname=openshot
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
Loading…
Reference in a new issue