Changing the refresh web view icon in ui.

This commit is contained in:
ruidajo 2025-03-22 10:37:19 -05:00
parent 48bb8ad930
commit cf021e29c0

View File

@ -365,7 +365,7 @@ LePage >> uiRefreshWebPreviewButtonFor: anAction [
<lePageAction>
^ anAction button
tooltip: 'Refresh web view';
icon: BrGlamorousVectorIcons refresh;
icon: BrGlamorousVectorIcons link;
action: [
self page asMarkdeep exportAsFileOn: (self page storage / self page markdeepFileName).
GoogleChrome openWindowOn: self page localHostAddress.