mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
Update WeatherPlugin city name setting label text
This commit is contained in:
@@ -13,7 +13,7 @@ namespace DesktopMagic.BuiltInPlugins;
|
|||||||
|
|
||||||
public class WeatherPlugin : Plugin
|
public class WeatherPlugin : Plugin
|
||||||
{
|
{
|
||||||
[Setting("city-name", "City Name:")]
|
[Setting("city-name", "City Name")]
|
||||||
private readonly TextBox cityInput = new TextBox("Berlin");
|
private readonly TextBox cityInput = new TextBox("Berlin");
|
||||||
|
|
||||||
[Setting("search-btn")]
|
[Setting("search-btn")]
|
||||||
|
|||||||
Reference in New Issue
Block a user