mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Use a-lists for Lispy output.
- Also bump long strings onto a new line in JSON and LISP formats.
This commit is contained in:
committed by
Paul Licameli
parent
510f68e9ad
commit
5e2371c636
@@ -65,7 +65,7 @@ def do( command ) :
|
||||
|
||||
def quickTest() :
|
||||
do( 'Help: Command=Help' )
|
||||
#do( 'Help: Command="GetInfo"' )
|
||||
do( 'SetPreference: Name=GUI/Theme Value=dark Reload=1' )
|
||||
do( 'Help: Command="GetInfo"' )
|
||||
#do( 'SetPreference: Name=GUI/Theme Value=classic Reload=1' )
|
||||
|
||||
quickTest()
|
||||
|
Reference in New Issue
Block a user