mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
Update WeatherPlugin default city
This commit is contained in:
@@ -14,7 +14,7 @@ namespace DesktopMagic.BuiltInPlugins;
|
|||||||
public class WeatherPlugin : AsyncPlugin
|
public class WeatherPlugin : AsyncPlugin
|
||||||
{
|
{
|
||||||
[Setting("city-name", "City Name")]
|
[Setting("city-name", "City Name")]
|
||||||
private readonly TextBox cityInput = new TextBox("Berlin");
|
private readonly TextBox cityInput = new TextBox("Tokyo");
|
||||||
|
|
||||||
[Setting("search-btn")]
|
[Setting("search-btn")]
|
||||||
private readonly Button searchButton = new Button("Update Location");
|
private readonly Button searchButton = new Button("Update Location");
|
||||||
|
|||||||
Reference in New Issue
Block a user