Remove old Watchlist setting keys
This commit is contained in:
parent
25a308b8bc
commit
6c2fde1e38
|
@ -12,9 +12,6 @@ public class Tootle.Settings : GLib.Settings {
|
||||||
public bool live_updates { get; set; }
|
public bool live_updates { get; set; }
|
||||||
public bool public_live_updates { get; set; }
|
public bool public_live_updates { get; set; }
|
||||||
|
|
||||||
public string watched_users { get; set; }
|
|
||||||
public string watched_hashtags { get; set; }
|
|
||||||
|
|
||||||
public int window_x { get; set; }
|
public int window_x { get; set; }
|
||||||
public int window_y { get; set; }
|
public int window_y { get; set; }
|
||||||
public int window_w { get; set; }
|
public int window_w { get; set; }
|
||||||
|
@ -32,9 +29,6 @@ public class Tootle.Settings : GLib.Settings {
|
||||||
init ("live-updates");
|
init ("live-updates");
|
||||||
init ("public-live-updates");
|
init ("public-live-updates");
|
||||||
|
|
||||||
init ("watched-users");
|
|
||||||
init ("watched-hashtags");
|
|
||||||
|
|
||||||
init ("window-x");
|
init ("window-x");
|
||||||
init ("window-y");
|
init ("window-y");
|
||||||
init ("window-w");
|
init ("window-w");
|
||||||
|
|
Loading…
Reference in New Issue