snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Handle a frame with the initial `False` show option #210

Closed BECATRUE closed 9 months ago

BECATRUE commented 11 months ago

So far, we have supported the show option in config.json.

Only if the option is True, frames of the app are shown. However, in the current system, we cannot show frames with the initial False show option, thus, these frames have become obsolete.

Thus, we should determine how to handle this option.

kangz12345 commented 11 months ago

Then should we add qiwiscalls for it?

BECATRUE commented 11 months ago

This option is not managed by each app, but relies on config.json and qiwis. Thus it would be better to control this by adding a menu bar or something to qiwis.

However, I have not yet thought of a concrete solution.

BECATRUE commented 10 months ago

As @kangz12345 and I discussed, I will remove the show argument.