File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ fn main() {
9292 & format ! ( "ALVR Dashboard (streamer v{})" , * ALVR_VERSION ) ,
9393 NativeOptions {
9494 viewport : ViewportBuilder :: default ( )
95+ . with_app_id ( "alvr.dashboard" )
9596 . with_inner_size ( ( 870.0 , 600.0 ) )
9697 . with_icon ( IconData {
9798 rgba : image. rgba_data ( ) . to_owned ( ) ,
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ fn main() {
6565 "ALVR Launcher" ,
6666 eframe:: NativeOptions {
6767 viewport : ViewportBuilder :: default ( )
68+ . with_app_id ( "alvr.launcher" )
6869 . with_inner_size ( ( 700.0 , 400.0 ) )
6970 . with_icon ( IconData {
7071 rgba : image. rgba_data ( ) . to_owned ( ) ,
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ Categories=Game;
1010StartupNotify =true
1111PrefersNonDefaultGPU =true
1212X-KDE-RunOnDiscreteGpu =true
13- StartupWMClass =ALVR
13+ StartupWMClass =alvr.dashboard
You can’t perform that action at this time.
0 commit comments