File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ jobs:
134134 fi
135135
136136 version_no_v="${version#v}"
137- changelog="CHANGELOG/${version}/CHANGELOG.md"
137+ major_version="v${version_no_v%%.*}"
138+ changelog="CHANGELOG/${major_version}/${version}/CHANGELOG.md"
138139 if [ "${create_release}" = "true" ] && [ ! -f "${changelog}" ]; then
139140 echo "Missing changelog: ${changelog}"
140141 exit 1
Original file line number Diff line number Diff line change 2727 SizeToContent =" WidthAndHeight"
2828 Loaded =" OnLoaded" >
2929 <Grid >
30- <Border Background =" {StaticResource SmokeFillColorDefaultBrush}"
30+ <Border Background =" {StaticResource SolidBackgroundFillColorQuarternaryBrush}"
31+ Opacity =" {Binding ViewModel.Config.FloatingWindowSettings.FloatingWindowOpacity}"
3132 CornerRadius =" 8" ClipToBounds =" True" />
3233
3334 <StackPanel x : Name =" RootStackPanel"
You can’t perform that action at this time.
0 commit comments