Typo and starting storage GUI for notes.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-03-23 18:08:01 -05:00
parent ad8e0f445f
commit 45fa06e715
1 changed files with 17 additions and 1 deletions

View File

@ -227,6 +227,22 @@ LePage >> storage [
^ self optionAt: 'storage'
]
{ #category : #'*MiniDocs' }
LePage >> uiDefineFolderFor: anAction [
<lePageAction>
| folderButton |
folderButton := anAction button
tooltip: 'Define folder';
icon: BrGlamorousIcons savetodisk;
"aptitude: BrGlamorousButtonWithIconAptitude;"
action: [ ].
"folderButton addAptitude: (BrGlamorousWithDropdownAptitude
handle: [ self ]
content: [self ]).
folderButton aptitude - BrGlamorousButtonExteriorAptitude."
^ folderButton
]
{ #category : #'*MiniDocs' }
LePage >> uiExportButtonFor: anAction [
<lePageAction>
@ -237,7 +253,7 @@ LePage >> uiExportButtonFor: anAction [
]
{ #category : #'*MiniDocs' }
LePage >> uiRefrepshWebPreviewButtonFor: anAction [
LePage >> uiRefreshWebPreviewButtonFor: anAction [
<lePageAction>
^ anAction button
tooltip: 'Refresh web view';