Skip to content

Commit

Permalink
code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
13584452567 committed Jul 25, 2024
1 parent e6bcd32 commit 498d020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions SukiUI/Utilities/Background/FastNoiseRendererOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ public FastNoiseRendererOptions(
float accentAlpha = 0.08f,
float accentAlphaLight = 0.09f,
float animSeedScale = 0.1f
/* float noiseScale = 1f,
float xAnimSpeed = 0.05f,
float yAnimSpeed = 0.025f,
float primaryAlpha = 0.75f,
float accentAlpha = 0.2f,
float animSeedScale = 0.1f*/)
/* float noiseScale = 1f,
float xAnimSpeed = 0.05f,
float yAnimSpeed = 0.025f,
float primaryAlpha = 0.75f,
float accentAlpha = 0.2f,
float animSeedScale = 0.1f*/)
{
Type = type;
NoiseScale = noiseScale;
Expand Down
1 change: 0 additions & 1 deletion UotanToolbox/Features/Settings/SettingsViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Avalonia.Collections;
using Avalonia.Styling;
using Avalonia.Threading;
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.Input;
using Material.Icons;
Expand Down

0 comments on commit 498d020

Please sign in to comment.