Implemented Dark Mode (#203)
This commit is contained in:
parent
55b11e036e
commit
8b1fbc0096
7 changed files with 791 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace API
|
|||
applicationLifetime.ApplicationStopping.Register(OnShutdown);
|
||||
applicationLifetime.ApplicationStarted.Register(() =>
|
||||
{
|
||||
Console.WriteLine("Kavita - v0.4.0");
|
||||
Console.WriteLine("Kavita - v0.4.1");
|
||||
});
|
||||
|
||||
// Any services that should be bootstrapped go here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue