Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
c966fc6954 | |||
d0761bf60e | |||
0f41ee6a2e | |||
0aeafec019 |
@ -2,3 +2,7 @@
|
||||
|
||||

|
||||
|
||||
## Highly experimental solanaceae client with Tox built-in
|
||||
|
||||

|
||||
|
||||
|
2
external/solanaceae_contact
vendored
2
external/solanaceae_contact
vendored
Submodule external/solanaceae_contact updated: 6f3f9ef191...e40271670b
2
external/solanaceae_message3
vendored
2
external/solanaceae_message3
vendored
Submodule external/solanaceae_message3 updated: c73f727adc...b8893b1c5c
2
external/solanaceae_tox
vendored
2
external/solanaceae_tox
vendored
Submodule external/solanaceae_tox updated: b2a3cb7052...eeb57e137d
BIN
res/tomato_screenshot_group_bot_text_23-02-2024.png
Normal file
BIN
res/tomato_screenshot_group_bot_text_23-02-2024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
@ -359,8 +359,8 @@ float ChatGui4::render(float time_delta) {
|
||||
// msg
|
||||
if (ImGui::TableNextColumn()) {
|
||||
ImGui::TextDisabled("DATE CHANGED from %d.%d.%d to %d.%d.%d",
|
||||
1900+prev_tm.tm_year, prev_tm.tm_mon, prev_tm.tm_mday,
|
||||
1900+next_tm.tm_year, next_tm.tm_mon, next_tm.tm_mday
|
||||
1900+prev_tm.tm_year, 1+prev_tm.tm_mon, prev_tm.tm_mday,
|
||||
1900+next_tm.tm_year, 1+next_tm.tm_mon, next_tm.tm_mday
|
||||
);
|
||||
}
|
||||
ImGui::TableNextRow(0, TEXT_BASE_HEIGHT);
|
||||
|
@ -32,7 +32,7 @@ struct SendImagePopup {
|
||||
Rect crop_rect;
|
||||
Rect crop_before_drag;
|
||||
|
||||
bool cropping {true};
|
||||
bool cropping {false};
|
||||
bool dragging_last_frame_ul {false};
|
||||
bool dragging_last_frame_lr {false};
|
||||
|
||||
|
Reference in New Issue
Block a user