Skip to content

Commit cae89ba

Browse files
Revert .theme()
1 parent 1b8b6b3 commit cae89ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src-tauri/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ pub async fn run() {
112112
let win = WebviewWindowBuilder::new(app, "main", WebviewUrl::default())
113113
.title("Kadium")
114114
.inner_size(900.0, 800.0)
115-
.min_inner_size(400.0, 150.0)
116-
.theme(Some(tauri::Theme::Dark));
115+
.min_inner_size(400.0, 150.0);
117116

118117
#[cfg(target_os = "macos")]
119118
let win = win.title_bar_style(tauri::TitleBarStyle::Transparent);

0 commit comments

Comments
 (0)