mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-01 09:35:42 -05:00
More UI updates
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
using Realms;
|
||||
|
||||
namespace FeedCenter.Options
|
||||
{
|
||||
public class Setting : RealmObject
|
||||
{
|
||||
[PrimaryKey]
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
namespace FeedCenter.Options;
|
||||
|
||||
[Ignored]
|
||||
public string Version { get; set; }
|
||||
}
|
||||
}
|
||||
public class Setting : RealmObject
|
||||
{
|
||||
[PrimaryKey]
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
|
||||
[Ignored]
|
||||
public string Version { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user