mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 17:38:51 +00:00
15 lines
264 B
Protocol Buffer
15 lines
264 B
Protocol Buffer
syntax = "proto3";
|
|
package fonts;
|
|
|
|
// [RINF:RUST-SIGNAL]
|
|
message FontsInstallationProgress {
|
|
uint64 current = 1;
|
|
uint64 max = 2;
|
|
}
|
|
|
|
// [RINF:DART-SIGNAL]
|
|
message StartFontsInstallation {};
|
|
|
|
// [RINF:RUST-SIGNAL]
|
|
message NotifyFontsSuccessfullyInstalled {}
|