File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Flow.Launcher.Core/Resource Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,12 +149,12 @@ public void RefreshFrame()
149149 Methods . ExtendFrame ( mainWindowSrc . Handle , margins ) ;
150150
151151 // Remove OS minimizing/maximizing animation
152- Methods . SetWindowAttribute ( new WindowInteropHelper ( mainWindow ) . Handle , DWMWINDOWATTRIBUTE . DWMWA_TRANSITIONS_FORCEDISABLED , 3 ) ;
152+ // Methods.SetWindowAttribute(new WindowInteropHelper(mainWindow).Handle, DWMWINDOWATTRIBUTE.DWMWA_TRANSITIONS_FORCEDISABLED, 3);
153153
154154 //Methods.SetWindowAttribute(new WindowInteropHelper(mainWindow).Handle, DWMWINDOWATTRIBUTE.DWMWA_BORDER_COLOR, 0x00FF0000);
155155 //Methods.SetWindowAttribute(new WindowInteropHelper(mainWindow).Handle, DWMWINDOWATTRIBUTE.DWMWA_SYSTEMBACKDROP_TYPE, 3);
156156 SetBlurForWindow ( ) ;
157- SetCornerForWindow ( ) ;
157+ // SetCornerForWindow();
158158 }
159159
160160
Original file line number Diff line number Diff line change 1515 MinHeight =" 30"
1616 d : DataContext =" {d:DesignInstance Type=vm:MainViewModel}"
1717 AllowDrop =" True"
18- AllowsTransparency =" False "
19- Background =" #E12E2E2E "
18+ AllowsTransparency =" True "
19+ Background =" Transparent "
2020 Closing =" OnClosing"
2121 Deactivated =" OnDeactivated"
2222 Icon =" Images/app.png"
3434 Topmost =" True"
3535 Visibility =" {Binding MainWindowVisibility, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
3636 WindowStartupLocation =" Manual"
37- WindowStyle =" SingleBorderWindow "
37+ WindowStyle =" None "
3838 mc : Ignorable =" d" >
3939 <!-- WindowChrome -->
4040 <WindowChrome .WindowChrome>
You can’t perform that action at this time.
0 commit comments