Skip to content

Commit

Permalink
Improve embedding of built-in cover configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronial committed Feb 7, 2019
1 parent 468f4d5 commit 75bbaac
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 64 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
lib/cover_configs.cpp


# Do not track solution file
#*.sln

Expand Down
12 changes: 0 additions & 12 deletions BUILD_IN_COVERCONFIGS.h

This file was deleted.

1 change: 0 additions & 1 deletion COVER_CONFIG_DEF_CONTENT.h

This file was deleted.

2 changes: 1 addition & 1 deletion ConfigWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ class CoverTab : public ConfigTab {
useClipboard = true;
}
if (!useClipboard)
config.script = COVER_CONFIG_DEF_CONTENT;
config.script = defaultCoverConfig;
config.buildIn = false;
cfgCoverConfigs.add_item(config);
cfgCoverConfigSel = dialog.value;
Expand Down
Loading

0 comments on commit 75bbaac

Please sign in to comment.