You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(launcher): add native-glass widget mode and live theme refresh
Add a "native glass" setting that switches the desktop widget between the WPF
capture blur (smooth rounded corners, slight drag lag) and the system DWM
blur-behind (instant while dragging, but square corners). Toggling rebuilds the
widget so the two can be compared live.
Fix the widget's tint and captured background not updating on an app theme
switch: they are set in code rather than via DynamicResource, so add a
ThemeManager.ThemeChanged event the widget listens to and re-applies on.
Document both in the v1.2.7 CHANGELOG entry.
Copy file name to clipboardExpand all lines: src/WinDeploy.Core/I18n/Resources/de/settings.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@
43
43
"settings.widget.showDesc": "Ein Widget mit Milchglas-Optik und runden Ecken auf dem Desktop anzeigen (im Stil der Windows-7-Minianwendungen); ein Klick auf einen Eintrag öffnet ihn direkt. Verschiebbar, merkt sich die Position.",
"settings.widget.nativeDesc": "Wechselt zum nativen DWM-Weichzeichner des Systems: der Hintergrund folgt beim Ziehen sofort ohne Verzögerung, die Ecken sind jedoch eckig (kein weiches Abrunden). Aus = WPF-Aufnahme-Weichzeichner: weiche runde Ecken, aber der Hintergrund hinkt beim Ziehen leicht nach.",
46
48
"settings.autostart.fail": "Autostart konnte nicht gesetzt werden: {0}",
"settings.tempmon.desc": "Prüft im Hintergrund alle 20 s die Temperatur von CPU / GPU / NVMe-Datenträger; bei Überschreiten eines Schwellwerts erscheint eine Systembenachrichtigung und optional eine Sprachwarnung (TTS).",
Copy file name to clipboardExpand all lines: src/WinDeploy.Core/I18n/Resources/en/settings.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@
43
43
"settings.widget.showDesc": "Float a frosted-glass, rounded widget on the desktop (Windows 7 gadget style); click an item to open it in one click. Draggable, remembers its position.",
"settings.widget.opacityHint": "Higher = more see-through (more transparent, stronger frosted-glass); lower = more solid.",
46
+
"settings.widget.native": "Use native glass (no rounded corners, snappier drag)",
47
+
"settings.widget.nativeDesc": "Switch to the system's native DWM blur: the background follows instantly while dragging with no lag, but the corners are square (can't be rounded smoothly). Off = WPF capture blur: smooth rounded corners, but the background lags slightly while dragging.",
46
48
"settings.autostart.fail": "Failed to set launch at startup: {0}",
47
49
"settings.tempmon.title": "Hardware temperature monitor",
48
50
"settings.tempmon.desc": "Checks CPU / GPU / NVMe disk temperatures every 20s in the background; on exceeding a threshold it raises a system notification and can speak a voice alert (TTS).",
0 commit comments