Merge branch 'develop' of https://github.com/Kareadita/Kavita into bugfix/matching-stuff
# Conflicts: # UI/Web/src/app/settings/_components/setting-switch/setting-switch.component.ts
This commit is contained in:
commit
ec5578f1e1
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<TargetFramework>net9.0</TargetFramework>
|
||||
<Company>kavitareader.com</Company>
|
||||
<Product>Kavita</Product>
|
||||
<AssemblyVersion>0.8.6.13</AssemblyVersion>
|
||||
<AssemblyVersion>0.8.6.14</AssemblyVersion>
|
||||
<NeutralLanguage>en</NeutralLanguage>
|
||||
<TieredPGO>true</TieredPGO>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ export class SettingSwitchComponent implements AfterContentInit {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
private generateId(): string {
|
||||
if (crypto && crypto.randomUUID) {
|
||||
return crypto.randomUUID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue