Skip to content

Commit

Permalink
Fix lock widget issue - username with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmarkham committed Jul 29, 2016
1 parent b2b0c7c commit 16b8a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Win10 Widgets/Lock/Lock-Small.ini
Expand Up @@ -70,7 +70,7 @@ Disabled=1
[MeasureDisableDragging]
Measure=Plugin
Plugin=WebParser.dll
URL=file://#SETTINGSPATH#Rainmeter.ini
URL="file://#SETTINGSPATH#Rainmeter.ini"
RegExp=DisableDragging=(.*)
RegExpSubstitute=1
Substitute="DisableDragging=(\d)":"\1"
Expand Down Expand Up @@ -106,7 +106,7 @@ Y=0
W=#LockWidth#
H=21
SolidColor=#Transparent#
LeftMouseUpAction=[!WriteKeyValue Rainmeter DisableDragging #NewDisableDragging# #SETTINGSPATH#Rainmeter.ini][!RefreshApp]
LeftMouseUpAction=[!WriteKeyValue Rainmeter DisableDragging #NewDisableDragging# "#SETTINGSPATH#Rainmeter.ini"][!RefreshApp]
MouseOverAction=[!SetOptionGroup LockIcon SolidColor #LockIconHoverColor#][!UpdateMeterGroup LockIcon][!SetOption LockCurve LineColor #LockIconHoverColor#][!UpdateMeter LockCurve]
MouseLeaveAction=[!SetOptionGroup LockIcon SolidColor #LockIconOffColor#][!UpdateMeterGroup LockIcon][!SetOption LockCurve LineColor #LockIconOffColor#][!UpdateMeter LockCurve]
MouseActionCursor=0
Expand Down

0 comments on commit 16b8a2e

Please sign in to comment.