Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yatli committed Feb 5, 2020
1 parent 0f4ecd1 commit 3920806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Views/MainWindow.xaml.fs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ type MainWindow() as this =
this.Bind(YProp, Binding("Y", BindingMode.TwoWay))
this.GotFocus.Subscribe (fun _ -> Model.OnFocusGained())
this.LostFocus.Subscribe (fun _ -> Model.OnFocusLost())
(*"if exists('#FocusLost') | doautocmd <nomodeline> FocusLost | endif"*)

States.Register.Watch "background.composition" configBackground
States.Register.Watch "background.opacity" configBackground
Expand Down

0 comments on commit 3920806

Please sign in to comment.