Skip to content

Commit

Permalink
Change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite committed Oct 21, 2024
1 parent 13fd26a commit 4f29426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class UpdateTerrainCommand extends RenderTargetCommand {
// ==================================================

public override get icon(): IconName {
return 'Refresh';
return 'Sync';
}

public override get tooltip(): TranslateKey {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import {
ShapesIcon,
SnowIcon,
SunIcon,
SyncIcon,
VectorLineIcon,
VectorZigzagIcon,
View360Icon
Expand Down Expand Up @@ -102,6 +103,7 @@ const defaultMappings: Array<[IconName, IconType]> = [
['Settings', SettingsIcon],
['Snow', SnowIcon],
['Sun', SunIcon],
['Sync', SyncIcon],
['VectorLine', VectorLineIcon],
['VectorZigzag', VectorZigzagIcon],
['View360', View360Icon]
Expand Down

0 comments on commit 4f29426

Please sign in to comment.