refactor: move application title and subtext to root module
This commit is contained in:
parent
c627a49518
commit
409f636902
2 changed files with 10 additions and 9 deletions
|
@ -17,6 +17,9 @@ pub var max_diff_lines: usize = 50000;
|
|||
pub var max_syntax_lines: usize = 50000;
|
||||
|
||||
pub const application_name = "flow";
|
||||
pub const application_title = "Flow Control";
|
||||
pub const application_subtext = "a programmer's text editor";
|
||||
pub const application_description = application_title ++ ": " ++ application_subtext;
|
||||
|
||||
pub const std_options = .{
|
||||
// .log_level = if (builtin.mode == .Debug) .debug else .warn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue