Skip to content

Commit 119eef1

Browse files
author
Ubuntu
committed
fix: set eframe APP_ID to dimos-viewer (taskbar/dock name)
1 parent 93c1b0c commit 119eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/viewer/re_viewer/src/native.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Used by `eframe` to decide where to store the app state.
2-
pub const APP_ID: &str = "rerun";
2+
pub const APP_ID: &str = "dimos-viewer";
33

44
type DynError = Box<dyn std::error::Error + Send + Sync>;
55

0 commit comments

Comments
 (0)