mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Add 'list'/'text' toggle buttons
This commit is contained in:
+4
-1
@@ -55,9 +55,12 @@ module.exports = function buildData() {
|
||||
|
||||
// Font Awesome icons used
|
||||
var faIcons = {
|
||||
'fas-long-arrow-alt-right': {}
|
||||
'fas-i-cursor': {},
|
||||
'fas-long-arrow-alt-right': {},
|
||||
'fas-th-list': {}
|
||||
};
|
||||
|
||||
// The Noun Project icons used
|
||||
var tnpIcons = {};
|
||||
|
||||
// Start clean
|
||||
|
||||
Reference in New Issue
Block a user