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