mirror of
https://github.com/danbulant/appit
synced 2026-05-19 04:08:34 +00:00
Publicizing darkmode function
This commit is contained in:
parent
6869fcf3be
commit
b95df0cc54
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue