Skip to content

Commit

Permalink
デバッグの設定を戻し忘れてた😢
Browse files Browse the repository at this point in the history
  • Loading branch information
mitoma committed Dec 22, 2024
1 parent e6ad50f commit 8d3fad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kashikishi/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
/* ↑は Windows で実行する時にコマンドプロンプトが開かないようにするためのもの。 */
mod action_repository;
mod categorized_memos;
Expand Down Expand Up @@ -53,7 +53,7 @@ pub fn main() {
//std::env::set_var("RUST_LOG", "font_rasterizer::ui::textedit=info");
//std::env::set_var("RUST_LOG", "font_rasterizer::ui::view_element_state=debug");
//std::env::set_var("RUST_LOG", "font_rasterizer::layout_engine=info");
std::env::set_var("RUST_LOG", "ui_support::action::system=debug");
//std::env::set_var("RUST_LOG", "ui_support::action::system=debug");
//std::env::set_var("FONT_RASTERIZER_DEBUG", "debug");
let args = Args::parse();
pollster::block_on(run(args));
Expand Down

0 comments on commit 8d3fad3

Please sign in to comment.