mirror of
https://github.com/adiguno/hello-nemesis.git
synced 2026-07-22 05:37:31 +00:00
update notice message
This commit is contained in:
parent
5f816bcbe2
commit
6a194aee9f
1 changed files with 1 additions and 4 deletions
5
main.ts
5
main.ts
|
|
@ -2,9 +2,6 @@ import { ExampleView, VIEW_TYPE_EXAMPLE } from "CustomView";
|
|||
import {
|
||||
addIcon,
|
||||
App,
|
||||
Editor,
|
||||
MarkdownView,
|
||||
Modal,
|
||||
Notice,
|
||||
Plugin,
|
||||
PluginSettingTab,
|
||||
|
|
@ -132,7 +129,7 @@ export default class NemesisPlugin extends Plugin {
|
|||
"Sample Plugin",
|
||||
(evt: MouseEvent) => {
|
||||
// Called when the user clicks the icon.
|
||||
new Notice("Hello My Nemesis!");
|
||||
new Notice("Generating response!");
|
||||
// console.log("click");
|
||||
this.activateView();
|
||||
this.testFunction();
|
||||
|
|
|
|||
Loading…
Reference in a new issue