mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Don't use AppDomain
This commit is contained in:
parent
522789e01d
commit
aa377f3131
|
|
@ -14,7 +14,7 @@ namespace DiscordChatExporter.Gui.Services;
|
|||
[INotifyPropertyChanged]
|
||||
public partial class SettingsService()
|
||||
: SettingsBase(
|
||||
Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Settings.dat"),
|
||||
Path.Combine(AppContext.BaseDirectory, "Settings.dat"),
|
||||
SerializerContext.Default
|
||||
)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue