|
|
@@ -22,7 +22,7 @@ from pboard.lib import app_globals, helpers
|
|
22
|
22
|
base_config = AppConfig()
|
|
23
|
23
|
base_config.renderers = []
|
|
24
|
24
|
base_config.use_toscawidgets = False
|
|
25
|
|
-base_config.use_toscawidgets2 = False
|
|
|
25
|
+base_config.use_toscawidgets2 = True
|
|
26
|
26
|
|
|
27
|
27
|
base_config.package = pboard
|
|
28
|
28
|
|