Skip to content

Commit ed1d368

Browse files
authored
Merge branch 'dev' into force_web_url
2 parents c001041 + 9755186 commit ed1d368

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Flow.Launcher/Themes/Base.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">
109109
<Setter Property="Stroke" Value="{StaticResource SystemAccentColorLight1Brush}" />
110110
</Style>
111+
<Style
112+
x:Key="PendingLineStyle"
113+
BasedOn="{StaticResource BasePendingLineStyle}"
114+
TargetType="{x:Type Line}" />
111115

112116
<Style x:Key="BaseClockPanelPosition" TargetType="{x:Type Canvas}" />
113117

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@ Yes please, let us know in the [Q&A](https://github.com/Flow-Launcher/Flow.Launc
375375

376376
## Development
377377

378+
### Localization
379+
380+
Our project localization is based on [Crowdin](https://crowdin.com). If you would like to change them, please go to https://crowdin.com/project/flow-launcher.
381+
378382
### New changes
379383

380384
All changes to flow are captured via pull requests. Some new changes will have been merged but still pending release, this means whilst a change may not exist in the current release, it may very well have been accepted and merged into the dev branch and available as a pre-release download. It is therefore a good idea that before you start to make changes, search through the open and closed pull requests to make sure the change you intend to make is not already done.

0 commit comments

Comments
 (0)