1
2
3
4
5
6
7
8
9
10
11
12 | === modified file 'data/ubiquity.json'
--- data/ubiquity.json 2014-02-26 06:00:13 +0000
+++ data/ubiquity.json 2017-09-05 14:45:02 +0000
@@ -4,6 +4,7 @@
"panel": { "left": [],
"center": ["dateMenu"],
"right": ["a11yGreeter", "keyboard", "aggregateMenu"]
- }
+ },
+ "stylesheetName": "ubuntu.css"
}
|