Warn before software closed; fix bug on first run
Also put settings into proper dir
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace MayShow.Interfaces
|
||||
namespace MayShow.Interfaces;
|
||||
|
||||
interface ITopLevelGrabber
|
||||
{
|
||||
interface ITopLevelGrabber
|
||||
{
|
||||
TopLevel GetTopLevel();
|
||||
}
|
||||
TopLevel GetTopLevel();
|
||||
}
|
||||
Reference in New Issue
Block a user