Update WeatherPlugin default city

This commit is contained in:
Stone_Red
2025-12-25 18:16:27 +01:00
parent 03da9189a5
commit 2b363bcd18
@@ -14,7 +14,7 @@ namespace DesktopMagic.BuiltInPlugins;
public class WeatherPlugin : AsyncPlugin
{
[Setting("city-name", "City Name")]
private readonly TextBox cityInput = new TextBox("Berlin");
private readonly TextBox cityInput = new TextBox("Tokyo");
[Setting("search-btn")]
private readonly Button searchButton = new Button("Update Location");