Skip to content

Commit

Permalink
♻️ Change id to vp_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cp2004 committed Jul 31, 2020
1 parent 51fb285 commit 284a071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions octoprint_virtual_printer_settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ def get_template_configs(self):
type="settings",
name="Virtual Printer",
replaces="plugin_virtual_printer",
template="virtual_printer2_settings.jinja2",
template="vp_settings.jinja2",
custom_bindings=False
)]

# Softwareupdate hook
def get_update_information(self):
return dict(
virtual_printer2=dict(
vp_settings=dict(
displayName="Virtual Printer Settings",
displayVersion=self._plugin_version,

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### Do not forget to adjust the following variables to your own plugin.

# The plugin's identifier, has to be unique
plugin_identifier = "virtual_printer2"
plugin_identifier = "vp_settings"

# The plugin's python package, should be "octoprint_<plugin identifier>", has to be unique
plugin_package = "octoprint_virtual_printer_settings"
Expand Down

0 comments on commit 284a071

Please sign in to comment.