Skip to content

Commit

Permalink
Adjust async/await usage for configRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Nov 15, 2023
1 parent 0b9fd49 commit ba8144c
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 128 deletions.
2 changes: 1 addition & 1 deletion Dotnet/AppApi/AppApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void DesktopNotification(string BoldText, string Text = "", string Image
builder.AddAppLogoOverride(uri);

if (!string.IsNullOrEmpty(BoldText))
builder.AddText(Image);
builder.AddText(BoldText);

if (!string.IsNullOrEmpty(Text))
builder.AddText(Text);
Expand Down
3 changes: 2 additions & 1 deletion html/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"sort-vars": 0,
"strict": 0,
"vars-on-top": 0,
"object-curly-spacing": ["error", "always"]
"object-curly-spacing": ["error", "always"],
"require-atomic-updates": 0
}
}
Loading

0 comments on commit ba8144c

Please sign in to comment.