mrFoggg
mrFoggg
the purpose of the code button is absolutely unclear. In other editors, this is editing the html code of the edited text. What is the essence of this mode in...
decoration.font Sets the font to use for the title bars, via a Pango font description string (e.g. Gentium Plus 12). The default is sans-serif. but for example I try font...
Opencart 4.1.0.0 **Describe the bug** when updating through the admin panel when it comes to a request to the upgrade, an error occurs in the console **To Reproduce** 1. press...
It would be useful to add a name and description field to the backups, as well as a backup and restore log. The log is simple, like: date backup with...
In the current implementation the command_output_tooltip event occurs synchronously with the command_output Expected behavior - event occurs on hover. For example, in my case, a script was written that displays...
# clock font clock_font = DejaVu Sans:style=Book 12 Incorrect font style setup format. Correctly this way clock_font = Adwaita Sans:style Heavy 16 or that way clock_font = Adwaita Sans Heavy...
Add the ability to set battery_onclick_command and command_output_N_onclick_command
Please add a button and hotkey to save a screenshot.
Currently, most admin list views in OpenCart (e.g. products, attributes, categories) do not include the database id field in the table. This limits the ability to sort entities by their...
line 55 (index) ` if (isset($this->request->get['filter_quantity_from'])) { $filter_quantity_from = $this->request->get['filter_quantity_from']; } else { $filter_quantity_from = ''; } if (isset($this->request->get['filter_quantity_to'])) { $filter_quantity_to = $this->request->get['filter_quantity_to']; } else { $filter_quantity_to = ''; }...