1
0
Fork 0
forked from wry/wry

all: run rustfmt

This commit is contained in:
Julian Orth 2022-07-31 11:55:18 +02:00
parent 9c21d118d6
commit 35dbd483bc
3 changed files with 12 additions and 4 deletions

View file

@ -158,7 +158,12 @@ impl ButtonOwner for StaticButton {
.set(ScreencastPhase::Starting(starting.clone()));
starting.node.owner.set(Some(starting.clone()));
self.surface.gui.dpy.screencasts.set(
self.surface.gui.screencast_session.session_obj.path().to_owned(),
self.surface
.gui
.screencast_session
.session_obj
.path()
.to_owned(),
self.surface.gui.screencast_session.clone(),
);
}