File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Flow.Launcher.Core/Resource
Flow.Launcher/SettingPages/ViewModels
Plugins/Flow.Launcher.Plugin.Sys Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 16
16
using Flow . Launcher . Infrastructure . Logger ;
17
17
using Flow . Launcher . Infrastructure . UserSettings ;
18
18
using Flow . Launcher . Plugin ;
19
+ using Flow . Launcher . Plugin . SharedModels ;
19
20
using Microsoft . Win32 ;
20
21
21
22
namespace Flow . Launcher . Core . Resource
Original file line number Diff line number Diff line change 1
- using Flow . Launcher . Plugin . SharedModels ;
2
- using JetBrains . Annotations ;
3
- using System ;
1
+ using System ;
4
2
using System . Collections . Generic ;
5
3
using System . ComponentModel ;
6
4
using System . IO ;
7
5
using System . Runtime . CompilerServices ;
8
6
using System . Threading ;
9
7
using System . Threading . Tasks ;
10
8
using System . Windows ;
9
+ using Flow . Launcher . Plugin . SharedModels ;
10
+ using JetBrains . Annotations ;
11
11
12
12
namespace Flow . Launcher . Plugin
13
13
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
3
- namespace Flow . Launcher . Plugin ;
3
+ namespace Flow . Launcher . Plugin . SharedModels ;
4
4
5
5
/// <summary>
6
6
/// Theme data model
Original file line number Diff line number Diff line change 12
12
using Flow . Launcher . Infrastructure ;
13
13
using Flow . Launcher . Infrastructure . UserSettings ;
14
14
using Flow . Launcher . Plugin ;
15
+ using Flow . Launcher . Plugin . SharedModels ;
15
16
using Flow . Launcher . ViewModel ;
16
17
using ModernWpf ;
17
18
using ThemeManagerForColorSchemeSwitch = ModernWpf . ThemeManager ;
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
2
using System . Linq ;
3
+ using Flow . Launcher . Plugin . SharedModels ;
3
4
4
5
namespace Flow . Launcher . Plugin . Sys
5
6
{
You can’t perform that action at this time.
0 commit comments