mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
add todo to uninstall btn
This commit is contained in:
parent
68f9e05249
commit
c0eedbc2a4
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
{#if uninstall != null}
|
{#if uninstall != null}
|
||||||
<Row class="centre m-3">
|
<Row class="centre m-3">
|
||||||
<button class="btn btn-primary" onclick={uninstall}>
|
<button class="btn btn-primary" onclick={uninstall}>
|
||||||
{$tr.launcherUninstall()}
|
{$tr.launcherUninstall()} (TODO)
|
||||||
</button>
|
</button>
|
||||||
</Row>
|
</Row>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue