diff options
author | James Moger <james.moger@gitblit.com> | 2013-06-27 11:42:01 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-06-27 11:42:01 -0400 |
commit | 29a371c063588f958ccf75dc7fb0423d8a69aa84 (patch) | |
tree | 6c6fcedefcc733b5f86f5688e4260af0daa53d25 /src | |
parent | 5505fe7859cf70e9dd4f604c1177d3ce7742e973 (diff) | |
download | gitblit-29a371c063588f958ccf75dc7fb0423d8a69aa84.tar.gz gitblit-29a371c063588f958ccf75dc7fb0423d8a69aa84.zip |
Disabled SparkleShare menu
Diffstat (limited to 'src')
-rw-r--r-- | src/main/distrib/data/clientapps.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index 48b233cf..2b15cd38 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -76,6 +76,6 @@ "platforms": [ "windows", "macintosh", "linux" ],
"icon": "sparkleshare_32x32.png",
"minimumPermission" : "RW+",
- "isActive": true
+ "isActive": false
}
]
\ No newline at end of file |