Skip to content

Commit 5f620e3

Browse files
removed icon from csharp ldk
1 parent 8bf8ffd commit 5f620e3

File tree

66 files changed

+257
-263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+257
-263
lines changed

ldk/csharp/OliveHelpsLDK/Example/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ private void EmitWhisper(string content)
126126
Markdown = $"Clipboard Content {content}",
127127
Config = new WhisperConfig
128128
{
129-
Icon = "bathtub",
130129
Label = "C# Whisper"
131130
}
132131
}, ccs.Token);
@@ -141,7 +140,6 @@ private void FormStream()
141140
SubmitLabel = "Submit",
142141
Config = new WhisperConfig
143142
{
144-
Icon = "bathtub",
145143
Label = "C# Whisper Form"
146144
},
147145
Inputs = new Dictionary<string, IBase>

ldk/csharp/OliveHelpsLDK/OliveHelpsLDK.Test/Whispers/WhisperFormBuilderTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public void BuildsBasicForm()
2828
SubmitLabel = "Submit",
2929
Config = new WhisperConfig
3030
{
31-
Icon = "Config.Icon",
3231
Label = "Config.Label",
3332
},
3433
Inputs = new Dictionary<string, IBase>()
@@ -52,7 +51,6 @@ public void BuildsBasicForm()
5251
Markdown = request.Markdown,
5352
Meta = new WhisperMeta
5453
{
55-
Icon = "Config.Icon",
5654
Label = "Config.Label",
5755
},
5856
Inputs =

ldk/csharp/OliveHelpsLDK/OliveHelpsLDK/Whispers/IWhisperService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ IStreamingCall<IWhisperFormResponse> FormAsync(WhisperForm message,
1919

2020
public struct WhisperConfig
2121
{
22-
public string Icon;
2322
public string Label;
2423
}
2524

ldk/csharp/OliveHelpsLDK/OliveHelpsLDK/Whispers/WhisperFormBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public WhisperMeta BuildMeta(WhisperConfig config)
3838
{
3939
return new WhisperMeta
4040
{
41-
Icon = config.Icon ?? "announcement",
4241
Label = config.Label ?? "Whisper",
4342
};
4443
}

ldk/node/docs/classes/logger.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ldk/node/docs/classes/networkclient.html

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ldk/node/docs/classes/plugin.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ldk/node/docs/classes/transformingmessage.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)