matze / iridium

Standard Notes client written in Rust and GTK
GNU General Public License v3.0
66 stars 4 forks source link

Merge application and window #24

Closed matze closed 4 years ago

matze commented 4 years ago

Sending and receiving both AppEvent and WindowEvent is not necessary, requires state in both places and just complicates a lot of things. Drop that by moving everything to the application.