Publicizing darkmode function

This commit is contained in:
Jonathan Johnson 2024-09-21 13:58:11 -07:00
parent 6869fcf3be
commit b95df0cc54
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -2,7 +2,7 @@ use winit::{event_loop::EventLoopProxy, window::Theme};
use crate::{private::EventLoopMessage, Message};
fn observe_darkmode_changes<AppMessage>(proxy: EventLoopProxy<EventLoopMessage<AppMessage>>)
pub fn observe_darkmode_changes<AppMessage>(proxy: EventLoopProxy<EventLoopMessage<AppMessage>>)
where
AppMessage: Message,
{