Added Flags property to ribbons

This commit is contained in:
Maruno17
2021-09-02 21:09:18 +01:00
parent cef3d08917
commit 885c1193e3
2 changed files with 9 additions and 1 deletions

View File

@@ -508,6 +508,7 @@ module Compiler
f.write("Name = #{ribbon.real_name}\r\n")
f.write("IconPosition = #{ribbon.icon_position}\r\n")
f.write("Description = #{ribbon.real_description}\r\n")
f.write(sprintf("Flags = %s\r\n", ribbon.flags.join(","))) if ribbon.flags.length > 0
end
}
Graphics.update