Updated some feature descriptions
This commit is contained in:
@@ -15,7 +15,7 @@ where
|
||||
<MenuAside>"The KEEP CONTEXT will be automatically enabled."</MenuAside>
|
||||
</ButtonMenuItem>
|
||||
<ButtonMenuItem name="Download".into() on_click=download>
|
||||
<MenuAside>"Will be downloaded as test.db"</MenuAside>
|
||||
<MenuAside>"Will be downloaded as test.db."</MenuAside>
|
||||
</ButtonMenuItem>
|
||||
</MenuGroup>
|
||||
}
|
||||
|
||||
@@ -16,12 +16,12 @@ where
|
||||
<MenuAside>"https://crates.io/crates/sqlformat"</MenuAside>
|
||||
</ButtonMenuItem>
|
||||
<ButtonMenuItem name="Embed Query Result".into() on_click=on_embed>
|
||||
<MenuAside>"https://crates.io/crates/prettytable-rs"</MenuAside>
|
||||
<MenuAside>"Embed results into query statements for easy sharing."</MenuAside>
|
||||
</ButtonMenuItem>
|
||||
<a href="https://sqlite-internal.pages.dev" target="_blank">
|
||||
<ButtonMenuItem name="SQLite internal".into() on_click=on_internal>
|
||||
<MenuAside>
|
||||
"This tool helps you explore the SQLite file format internals"
|
||||
"This tool helps you explore the SQLite file format internals."
|
||||
</MenuAside>
|
||||
</ButtonMenuItem>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user