1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00
This commit is contained in:
grossmj 2018-11-29 17:14:21 +08:00
parent fb0456fdfa
commit 9fbdb25da8

View File

@ -41,7 +41,7 @@ class Symbols:
# Keep a cache of symbols size
self._symbol_size_cache = {}
self._current_theme = "Infinity-square-gray"
self._current_theme = "Classic"
self._themes = BUILTIN_SYMBOL_THEMES
@property