Browse Source

Add stub properties so the file isn't empty without license header

jsvg
Jannis Weis 3 years ago
parent
commit
7f61291a25
  1. 1
      core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_linux.properties
  2. 1
      core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_mac.properties
  3. 1
      core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_ui.properties
  4. 1
      core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_windows.properties

1
core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_linux.properties

@ -24,3 +24,4 @@
#
# suppress inspection "UnusedProperty" for whole file
#
custom_linux_property = value

1
core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_mac.properties

@ -24,3 +24,4 @@
#
# suppress inspection "UnusedProperty" for whole file
#
custom_macos_property = value

1
core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_ui.properties

@ -24,3 +24,4 @@
#
# suppress inspection "UnusedProperty" for whole file
#
custom_ui_property = value

1
core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_windows.properties

@ -24,3 +24,4 @@
#
# suppress inspection "UnusedProperty" for whole file
#
custom_windows_property = value

Loading…
Cancel
Save