Skip to content

Commit

Permalink
resync
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Feb 5, 2025
1 parent b46c7bf commit 5e7022c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "java",
"name": "Launch owlcms",
"request": "launch",
"mainClass": "app.owlcms.Main",
"projectName": "owlcms",
"vmArgs": "-ea -Dlogback.configurationFile=logback-console.xml -XX:+AllowEnhancedClassRedefinition -XX:HotswapAgent=fatjar",
"env":{"OWLCMS_MEMORYMODE": "true", "OWLCMS_INITIALDATA": "LARGEGROUP_DEMO"},
"env":{"OWLCMS_MEMORYMODE": "false", "OWLCMS_INITIALDATA": "LARGEGROUP_DEMO"},

},
{
Expand Down
40 changes: 0 additions & 40 deletions owlcms/.vscode/launch.json

This file was deleted.

3 changes: 0 additions & 3 deletions owlcms/.vscode/settings.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public Platform update(Platform domainObjectToUpdate) {
* @param crudFormFactory the factory that will create the form using this information
*/
protected void createFormLayout(OwlcmsCrudFormFactory<Platform> crudFormFactory) {
crudFormFactory.setVisibleProperties( "soundMixerName", "name");
crudFormFactory.setVisibleProperties("name", "soundMixerName");
crudFormFactory.setFieldCaptions(Translator.translate("PlatformName"), Translator.translate("Speakers"));
List<String> outputNames = Speakers.getOutputNames();
outputNames.add(0, Translator.translate("UseBrowserSound"));
Expand Down

0 comments on commit 5e7022c

Please sign in to comment.