improve:计时器UI
将计时器窗口整合至主窗口,优化全屏计时逻辑
This commit is contained in:
@@ -29,14 +29,7 @@ namespace Ink_Canvas
|
||||
|
||||
public static Window CreateTimerWindow()
|
||||
{
|
||||
if (MainWindow.Settings.RandSettings?.UseNewStyleUI == true)
|
||||
{
|
||||
return new NewStyleTimerWindow();
|
||||
}
|
||||
else
|
||||
{
|
||||
return new CountdownTimerWindow();
|
||||
}
|
||||
return new CountdownTimerWindow();
|
||||
}
|
||||
|
||||
private void Timer_Elapsed(object sender, ElapsedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user