Skip to content

Commit

Permalink
name the option
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Apr 23, 2024
1 parent dd7f850 commit 0a362d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static void load(MobileBase device, TreeView<String> view, TreeItem<Strin
}
});
TreeItem<String> save;
save = new TreeItem<String>("Publish", AssetFactory.loadIcon("Save.png"));
save = new TreeItem<String>("Save to XML", AssetFactory.loadIcon("Save.png"));

if (!(device.getGitSelfSource()[0] == null || device.getGitSelfSource()[1] == null)) {
try {
Expand Down

0 comments on commit 0a362d8

Please sign in to comment.